Annotation Interface TestAutoConfiguration


Indicates that a class provides configuration that can be automatically applied by Spring Boot tests. Test Auto-configuration classes are regular @AutoConfiguration classes but may be package-private.
Since:
4.0.0
Author:
Phillip Webb
See Also: