From 75a6f3b2b64579b31b68601d1ced9f538d6ef5af Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Mon, 4 Jun 2018 15:05:27 +0200 Subject: [PATCH] Document JUnit Jupiter options in Spring 4.3.x Issue: SPR-16446 --- src/asciidoc/testing.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/asciidoc/testing.adoc b/src/asciidoc/testing.adoc index e91855f8303..6844632f207 100644 --- a/src/asciidoc/testing.adoc +++ b/src/asciidoc/testing.adoc @@ -3679,6 +3679,17 @@ JUnit rules>>. ==== +[[testcontext-junit-jupiter-extension]] +===== JUnit 5 Support + +Spring Framework 5.0 offers full integration with the _JUnit Jupiter_ testing framework +introduced in JUnit 5. Developers are therefore encouraged to upgrade to Spring 5.x to +benefit fully from Spring's support for JUnit 5. However, if your project for some reason +cannot yet upgrade to Spring 5.x, you may be interested in using the +https://github.com/sbrannen/spring-test-junit5[spring-test-junit5] project as a temporary +solution to assist you in upgrading to JUnit 5 while still using Spring Framework 4.3.x. + + [[testcontext-support-classes-testng]] ===== TestNG support classes