Package org.springframework.boot.test.context
Classes and annotations related to configuring Spring's
ApplicationContext for tests.Interface Summary Interface Description DefaultTestExecutionListenersPostProcessor Callback interface trigger fromSpringBootTestContextBootstrapperthat can be used to post-process the list of defaultTestExecutionListenerclasses to be used by a test.Class Summary Class Description AnnotatedClassFinder Utility class to find a class annotated with a particular annotation in a hierarchy.ConfigFileApplicationContextInitializer ApplicationContextInitializerthat can be used with theContextConfiguration.initializers()to trigger loading of application.properties.FilteredClassLoader TestURLClassLoaderthat can filter the classes and resources it can load.FilteredClassLoader.ClassFilter Filter to restrict the classes that can be loaded.FilteredClassLoader.ClassPathResourceFilter Filter to restrict the resources that can be loaded.FilteredClassLoader.PackageFilter Filter to restrict the packages that can be loaded.ReactiveWebMergedContextConfiguration Encapsulates the merged context configuration declared on a test class and all of its superclasses for a reactive web application.SpringBootContextLoader AContextLoaderthat can be used to test Spring Boot applications (those that normally startup usingSpringApplication).SpringBootTestContextBootstrapper TestContextBootstrapperfor Spring Boot.Enum Summary Enum Description SpringBootTest.WebEnvironment An enumeration web environment modes.Annotation Types Summary Annotation Type Description SpringBootTest Annotation that can be specified on a test class that runs Spring Boot based tests.TestComponent @Componentthat can be used when a bean is intended only for tests, and should be excluded from Spring Boot's component scanning.TestConfiguration @Configurationthat can be used to define additional beans or customizations for a test.