Package-level declarations

Classes and annotations related to configuring Spring's ApplicationContext for tests.

Types

Link copied to clipboard
Utility class to find a class annotated with a particular annotation in a hierarchy.
Link copied to clipboard
ApplicationContextInitializer that can be used with the initializers to trigger loading of ConfigData such as application.
Link copied to clipboard
Test URLClassLoader that can filter the classes and resources it can load.
Link copied to clipboard
Encapsulates the merged context configuration declared on a test class and all of its superclasses for a reactive web application.
Link copied to clipboard
A ContextLoader that can be used to test Spring Boot applications (those that normally startup using SpringApplication).
Link copied to clipboard
Annotation that can be specified on a test class that runs Spring Boot based tests.
Link copied to clipboard
Entry point for AOT processing of a Spring Boot application's tests.
Link copied to clipboard
@Component that can be used when a bean is intended only for tests, and should be excluded from Spring Boot's component scanning.
Link copied to clipboard
@Configuration that can be used to define additional beans or customizations for a test.