From e36ca923b95521e11e93c827f97582a83a2d91d4 Mon Sep 17 00:00:00 2001 From: Tetsuya Hasegawa Date: Fri, 3 May 2019 07:48:53 +0900 Subject: [PATCH 1/2] Document that JUnit 4 is the default See gh-16707 --- .../src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 96b9822935..e6d48b89fa 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -6551,7 +6551,7 @@ libraries. The `spring-boot-starter-test` "`Starter`" (in the `test` `scope`) contains the following provided libraries: -* https://junit.org[JUnit]: The de-facto standard for unit testing Java applications. +* https://junit.org[JUnit]: The de-facto standard for unit testing Java applications (v.4 is included). * {spring-reference}testing.html#integration-testing[Spring Test] & Spring Boot Test: Utilities and integration test support for Spring Boot applications. * https://joel-costigliola.github.io/assertj/[AssertJ]: A fluent assertion library. From 51c0fdcab1353513ce1a2ab4efadad43c9a5adcc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 3 May 2019 15:41:44 +0200 Subject: [PATCH 2/2] Polish "Document that JUnit 4 is the default" Closes gh-16707 --- .../src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index e6d48b89fa..3ab65eb54e 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -6551,7 +6551,7 @@ libraries. The `spring-boot-starter-test` "`Starter`" (in the `test` `scope`) contains the following provided libraries: -* https://junit.org[JUnit]: The de-facto standard for unit testing Java applications (v.4 is included). +* https://junit.org[JUnit 4]: The de-facto standard for unit testing Java applications. * {spring-reference}testing.html#integration-testing[Spring Test] & Spring Boot Test: Utilities and integration test support for Spring Boot applications. * https://joel-costigliola.github.io/assertj/[AssertJ]: A fluent assertion library.