@@ -8,12 +8,15 @@ in JUnit and TestNG.
88[[testcontext-junit-jupiter-extension]]
99== SpringExtension for JUnit Jupiter
1010
11- The Spring TestContext Framework offers full integration with the JUnit Jupiter testing
12- framework, originally introduced in JUnit 5. By annotating test classes with
13- `@ExtendWith(SpringExtension.class)`, you can implement standard JUnit Jupiter-based unit
14- and integration tests and simultaneously reap the benefits of the TestContext framework,
15- such as support for loading application contexts, dependency injection of test instances,
16- transactional test method execution, and so on.
11+ The `SpringExtension` integrates the Spring TestContext Framework into the JUnit Jupiter
12+ testing framework.
13+
14+ NOTE: As of Spring Framework 7.0, the `SpringExtension` requires JUnit Jupiter 6.0 or higher.
15+
16+ By annotating test classes with `@ExtendWith(SpringExtension.class)`, you can implement
17+ standard JUnit Jupiter-based unit and integration tests and simultaneously reap the
18+ benefits of the TestContext framework, such as support for loading application contexts,
19+ dependency injection of test instances, transactional test method execution, and so on.
1720
1821Furthermore, thanks to the rich extension API in JUnit Jupiter, Spring provides the
1922following features above and beyond the feature set that Spring supports for JUnit 4 and
0 commit comments