mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
[SPR-5640] polishing
This commit is contained in:
+2
-2
@@ -83,8 +83,8 @@ public class DirtiesContextTestExecutionListener extends AbstractTestExecutionLi
|
||||
ClassMode classMode = classDirtiesContext ? classDirtiesContextAnnotation.classMode() : null;
|
||||
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("After test method: context [" + testContext + "], class-level dirtiesContext ["
|
||||
+ classDirtiesContext + "], class mode [" + classMode + "], method-level dirtiesContext ["
|
||||
logger.debug("After test method: context [" + testContext + "], class dirties context ["
|
||||
+ classDirtiesContext + "], class mode [" + classMode + "], method dirties context ["
|
||||
+ methodDirtiesContext + "].");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user