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
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2020 the original author or authors.
2
+
* Copyright 2002-2022 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -57,8 +57,10 @@
57
57
* <p>Concrete subclasses must fulfill the same requirements outlined in
58
58
* {@link AbstractJUnit4SpringContextTests}.
59
59
*
60
-
* <p>The following {@link org.springframework.test.context.TestExecutionListener
61
-
* TestExecutionListeners} are configured by default:
60
+
* <p>This class explicitly registers the following {@code TestExecutionListener}
61
+
* implementations. If you want to switch to using the <em>default</em> set of
62
+
* listeners, see the class-level Javadoc for
63
+
* {@link TestExecutionListeners @TestExecutionListeners} for details.
Copy file name to clipboardExpand all lines: spring-test/src/main/java/org/springframework/test/context/testng/AbstractTransactionalTestNGSpringContextTests.java
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2020 the original author or authors.
2
+
* Copyright 2002-2022 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -56,8 +56,10 @@
56
56
* <p>Concrete subclasses must fulfill the same requirements outlined in
57
57
* {@link AbstractTestNGSpringContextTests}.
58
58
*
59
-
* <p>The following {@link org.springframework.test.context.TestExecutionListener
60
-
* TestExecutionListeners} are configured by default:
59
+
* <p>This class explicitly registers the following {@code TestExecutionListener}
60
+
* implementations. If you want to switch to using the <em>default</em> set of
61
+
* listeners, see the class-level Javadoc for
62
+
* {@link TestExecutionListeners @TestExecutionListeners} for details.
0 commit comments