Skip to content

Commit d0ca0b2

Browse files
committed
Merge pull request spring-projects#16707 from Tetsuya3850
* pr/16707: Polish "Document that JUnit 4 is the default" Document that JUnit 4 is the default
2 parents 9c0c017 + 51c0fdc commit d0ca0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6551,7 +6551,7 @@ libraries.
65516551
The `spring-boot-starter-test` "`Starter`" (in the `test` `scope`) contains
65526552
the following provided libraries:
65536553

6554-
* https://junit.org[JUnit]: The de-facto standard for unit testing Java applications.
6554+
* https://junit.org[JUnit 4]: The de-facto standard for unit testing Java applications.
65556555
* {spring-reference}testing.html#integration-testing[Spring Test] & Spring Boot Test:
65566556
Utilities and integration test support for Spring Boot applications.
65576557
* https://joel-costigliola.github.io/assertj/[AssertJ]: A fluent assertion library.

0 commit comments

Comments
 (0)