All Classes and Interfaces

Class
Description
Utility design to run an ApplicationContext and provide AssertJ style assertions.
A Bean registration to be applied when the context loaded.
 
Base class for AssertJ based JSON marshal testers.
Utility class used to support field initialization.
Utility class to find a class annotated with a particular annotation in a hierarchy.
AssertJ assertions that can be applied to an ApplicationContext.
The scope of an assertion.
An ApplicationContext that additionally supports AssertJ style assertions.
An ApplicationContext runner for a standard, non-web environment ConfigurableApplicationContext.
Application context related test utilities.
An ApplicationContext that additionally supports AssertJ style assertions.
A ReactiveWebApplicationContext that additionally supports AssertJ style assertions.
A WebApplicationContext that additionally supports AssertJ style assertions.
AssertJ based JSON tester that works with basic JSON strings.
Provides access to System.out and System.err output that has been captured by the OutputCaptureExtension or OutputCaptureRule.
ApplicationContextInitializer that can be used with the ContextConfiguration.initializers() to trigger loading of ConfigData such as application.properties.
Callback interface used to process an ApplicationContext with the ability to throw a (checked) exception.
Test URLClassLoader that can filter the classes and resources it can load.
Filter to restrict the classes that can be loaded.
Filter to restrict the resources that can be loaded.
Filter to restrict the packages that can be loaded.
AssertJ based JSON tester backed by Gson.
AssertJ based JSON tester backed by Jackson.
AssertJ based JSON tester backed by Jsonb.
JSON content usually created from a JSON tester.
AssertJ Assert for JsonContent.
Annotation at the field or method/constructor parameter level that injects the RSocket port that was allocated at runtime.
Object content usually created from AbstractJsonMarshalTester.
AssertJ Assert for ObjectContent.
JUnit Jupiter @Extension to capture System.out and System.err.
JUnit @Rule to capture output from System.out and System.err.
An ApplicationContext runner for a ConfigurableReactiveWebApplicationContext.
Encapsulates the merged context configuration declared on a test class and all of its superclasses for a reactive web application.
A ContextLoader that can be used to test Spring Boot applications (those that normally startup using SpringApplication).
MockServletContext implementation for Spring Boot.
Annotation that can be specified on a test class that runs Spring Boot based tests.
Enumeration of how the main method of the @SpringBootConfiguration-annotated class is used when creating and running the SpringApplication under test.
An enumeration web environment modes.
Entry point for AOT processing of a Spring Boot application's tests.
TestContextBootstrapper for Spring Boot.
@Component that can be used when a bean is intended only for tests, and should be excluded from Spring Boot's component scanning.
@Configuration that can be used to define additional beans or customizations for a test.
Test utilities for adding properties.
A single name value pair.
The type of property source.
An ApplicationContext runner for a Servlet based ConfigurableWebApplicationContext.