Package-level declarations

Test utilities to run application contexts for testing.

Types

Link copied to clipboard
Utility design to run an ApplicationContext and provide AssertJ style assertions.
Link copied to clipboard
An ApplicationContext runner for a standard, non-web environment ConfigurableApplicationContext.
Link copied to clipboard
interface ContextConsumer<C : ApplicationContext?>
Callback interface used to process an ApplicationContext with the ability to throw a (checked) exception.
Link copied to clipboard
An ApplicationContext runner for a Servlet based ConfigurableWebApplicationContext.