All Classes and Interfaces
Class
Description
Deprecated.
support of JUnit 4 will be removed in 1.0 release
Base class for JUnit 5 Jupiter integration tests that create spring context.
Base class for TestNG integration tests that create spring context.
Accessor of spring-boot package visible utility
Closeable DataSource which delegates close call to target
Utility class to obtain current integration test class (executed by
SpringExtension,
SpringJUnit4ClassRunner or extending
AbstractTestNGSpringContextTests depending on test framework).Integration Test class filter that should be ordered (as they use spring context).
DataSource decorator which resolves delegate DataSource on first demand.
Auto-discovered Jupiter
ClassOrderer which reorders and groups the integration test classes per their
configuration.Listener that works in more tricky way than spring
DirtiesContextTestExecutionListener.Auto-discovered JUnit platform
PostDiscoveryFilter which reorders and groups integration test classes
according to their configuration.See description in
SmartDirtiesContextTestExecutionListener.The logic of this class can be customized via
This class should only be used internally by the framework.
Helper bean that logs spring bootstrap and shutdown events.