All Classes and Interfaces

Class
Description
Abstract unit test for testing AcrossModule conventions.
 
Base unit test for ViewElementBuilderSupport implementations.
Base integration test class for testing ViewElement rendering using Thymeleaf.
 
Configuration class that will extend a configured AcrossContextBuilder by adding all AcrossContextConfigurer beans from the ApplicationContext it resides in.
Extends the default MockMvcBuilders with support for creating a DefaultMockMvcBuilder for a fully bootstrapped AcrossContext.
Helper for creating relevant AcrossTestContext builders.
Custom annotation that provides most of the attributes that EnableAcrossContext does, but adds some test-related configurations.
This class is a wrapper around a bootstrapped AcrossContext and provides methods for easy querying of said context and its modules.
Builder for creating an AcrossTestContext.
Extends the default AcrossTestContext with support for web configurations.
Builder for creating an AcrossTestWebContext.
Custom annotation that extends the default WebAppConfiguration with adding an initializer that ensures a MockAcrossServletContext is set on the WebApplicationContext.
Annotation to manually expose additional components for the purpose of a test.
Extension of the Spring MockServletContext that also keeps track of all registration actions that have occurred on servlets, filters and listeners.
ApplicationContextInitializer to be used in conjunction with WebAppConfiguration.
Mock version of a FilterRegistration.Dynamic that does nothing but keep a number of configured properties.
 
 
Configures a MockMvc bean that supports testing a bootstrapped AcrossContext with the registered filters of a MockAcrossServletContext.
Mock version of a ServletRegistration.Dynamic that does nothing but keep a number of configured properties.
A special implementation of OracleContainer which executes in its own schema to allow flash table resets to works.
 
 
Takes care of resetting the datasources attached to the AcrossContext.
Adds support for test datasource detection to an AcrossContext.