Browse Source

Merge branch '2.2.x' into 2.3.x

Closes gh-22960
pull/22996/head
Phillip Webb 5 years ago
parent
commit
03d4b89c06
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc

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

@ -7790,7 +7790,7 @@ TIP: If multiple auto-configurations have to be defined, there is no need to ord @@ -7790,7 +7790,7 @@ TIP: If multiple auto-configurations have to be defined, there is no need to ord
Each test can use the runner to represent a particular use case.
For instance, the sample below invokes a user configuration (`UserConfiguration`) and checks that the auto-configuration backs off properly.
Invoking `run` provides a callback context that can be used with `Assert4J`.
Invoking `run` provides a callback context that can be used with `AssertJ`.
[source,java,indent=0]
----

Loading…
Cancel
Save