TestConfiguration
@Configuration that can be used to define additional beans or customizations for a test. Unlike regular @Configuration
classes the use of @TestConfiguration
does not prevent auto-detection of @SpringBootConfiguration.
Author
Phillip Webb
Since
1.4.0