We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29cd1cc commit 760003bCopy full SHA for 760003b
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
@@ -6837,7 +6837,7 @@ restricted set of auto-configuration classes. If you need to exclude one of them
6837
most `@...Test` annotations provide an `excludeAutoConfiguration` attribute.
6838
Alternatively, you can use `@ImportAutoConfiguration#exclude`.
6839
6840
-NOTE: Including multiple "`slices`" via the several `@...Test` annotations in one test is
+NOTE: Including multiple "`slices`" by using several `@...Test` annotations in one test is
6841
not supported. If you need multiple "`slices`", pick one of the `@...Test` annotations
6842
and include the `@AutoConfigure...` annotations of the other "`slices`" by hand.
6843
0 commit comments