mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Consistent use of 6.1 as generational version number
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* or assert the events from a separate thread, in conjunction with JUnit 4.
|
||||
*
|
||||
* @author Simon Baslé
|
||||
* @since 6.1.0
|
||||
* @since 6.1
|
||||
*/
|
||||
@RunWith(SpringRunner.class)
|
||||
@RecordApplicationEvents
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* or assert the events from a separate thread, in conjunction with TestNG.
|
||||
*
|
||||
* @author Simon Baslé
|
||||
* @since 6.1.0
|
||||
* @since 6.1
|
||||
*/
|
||||
@RecordApplicationEvents
|
||||
class TestNGApplicationEventsAsyncIntegrationTests extends AbstractTestNGSpringContextTests {
|
||||
|
||||
Reference in New Issue
Block a user