Merge pull request #16707 from Tetsuya3850

* pr/16707:
  Polish "Document that JUnit 4 is the default"
  Document that JUnit 4 is the default
This commit is contained in:
Stephane Nicoll
2019-05-03 15:42:16 +02:00

View File

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