spring-boot/spring-boot-project/spring-boot-docs/src/docs/asciidoc/appendix-test-auto-configur...

14 lines
505 B
Plaintext

[appendix]
[[test-auto-configuration]]
= Test Auto-configuration Annotations
include::attributes.adoc[]
This appendix describes the `@…Test` auto-configuration annotations that Spring Boot provides to test slices of your application.
[[test-auto-configuration-slices]]
== Test Slices
The following table lists the various `@…Test` annotations that can be used to test slices of your application and the auto-configuration that they import by default:
include::test-slice-auto-configuration.adoc[]