Commit d0ca0b20 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #16707 from Tetsuya3850

* pr/16707:
  Polish "Document that JUnit 4 is the default"
  Document that JUnit 4 is the default
parents 9c0c017d 51c0fdca
...@@ -6551,7 +6551,7 @@ libraries. ...@@ -6551,7 +6551,7 @@ libraries.
The `spring-boot-starter-test` "`Starter`" (in the `test` `scope`) contains The `spring-boot-starter-test` "`Starter`" (in the `test` `scope`) contains
the following provided libraries: 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: * {spring-reference}testing.html#integration-testing[Spring Test] & Spring Boot Test:
Utilities and integration test support for Spring Boot applications. Utilities and integration test support for Spring Boot applications.
* https://joel-costigliola.github.io/assertj/[AssertJ]: A fluent assertion library. * https://joel-costigliola.github.io/assertj/[AssertJ]: A fluent assertion library.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment