Document that JUnit 4 is the default

See gh-16707
pull/16730/head
Tetsuya Hasegawa 6 years ago committed by Stephane Nicoll
parent 9c0c017d11
commit e36ca923b9

@ -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.

Loading…
Cancel
Save