You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-test/src/main/java/org/springframework/test/context/junit4/AbstractTransactionalJUnit4SpringContextTests.java
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,17 @@
49
49
* <p>Concrete subclasses must fulfill the same requirements outlined in
50
50
* {@link AbstractJUnit4SpringContextTests}.
51
51
*
52
+
* <p>The following {@link org.springframework.test.context.TestExecutionListener
53
+
* TestExecutionListeners} are configured by default:
0 commit comments