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/testng/AbstractTransactionalTestNGSpringContextTests.java
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,17 @@
48
48
* <p>Concrete subclasses must fulfill the same requirements outlined in
49
49
* {@link AbstractTestNGSpringContextTests}.
50
50
*
51
+
* <p>The following {@link org.springframework.test.context.TestExecutionListener
52
+
* TestExecutionListeners} are configured by default:
0 commit comments