All Classes and Interfaces

Class
Description
Convenience class for testing Spring Integration request-response message scenarios.
Deprecated, for removal: This API element is subject to removal in a future version.
The base class for response validators used for RequestResponseScenarios
A matcher that evaluates against the result of invoking a function, wrapped by the Supplier The goal is to defer the computation until the matcher needs to be actually evaluated.
Are the MessageHeaders of a Message containing any entry or multiple that match?
Use to take a heap dump programmatically.
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of LogLevels
Test classes annotated with this will change logging levels between tests.
JUnit condition that adjusts and reverts log levels before/after each test.
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of LongRunningTest.
JUnit Jupiter condition to prevent long running tests from running on every build; set environment variable RUN_LONG_INTEGRATION_TESTS on a CI nightly build to ensure coverage.
Matchers that examine the contents of a Map.
Matcher to make assertions about message equality easier.
Predicate to make assertions about message equality easier.
Validate a message.
Mockito matcher factory for Message matcher creation.
The Trigger implementation which returns the current time to schedule the task immediately and does that only once.
Matcher to make assertions about message equality easier.
Is the payload of a Message equal to a given value or is matching a given matcher?
Validate a message payload.
Defines a Spring Integration request response test scenario.
Convenience class for a single RequestResponseScenario test
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of SingleRequestResponseScenarioTest
Utility interface for test classes that require access to a shared ApplicationContext initialized via TestUtils.createTestApplicationContext().
 
 
A GenericApplicationContext extension with some support methods to register Spring Integration beans in the application context at runtime.