Skip to content

Commit 75a6f3b

Browse files
committed
Document JUnit Jupiter options in Spring 4.3.x
Issue: SPR-16446
1 parent 88456d4 commit 75a6f3b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/asciidoc/testing.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3679,6 +3679,17 @@ JUnit rules>>.
36793679
====
36803680

36813681

3682+
[[testcontext-junit-jupiter-extension]]
3683+
===== JUnit 5 Support
3684+
3685+
Spring Framework 5.0 offers full integration with the _JUnit Jupiter_ testing framework
3686+
introduced in JUnit 5. Developers are therefore encouraged to upgrade to Spring 5.x to
3687+
benefit fully from Spring's support for JUnit 5. However, if your project for some reason
3688+
cannot yet upgrade to Spring 5.x, you may be interested in using the
3689+
https://github.com/sbrannen/spring-test-junit5[spring-test-junit5] project as a temporary
3690+
solution to assist you in upgrading to JUnit 5 while still using Spring Framework 4.3.x.
3691+
3692+
36823693
[[testcontext-support-classes-testng]]
36833694
===== TestNG support classes
36843695

0 commit comments

Comments
 (0)