All Classes

Class Description
AbstractRequestResponseScenarioTests
Convenience class for testing Spring Integration request-response message scenarios.
AbstractResponseValidator<T>
The base class for response validators used for RequestResponseScenarios
EqualsResultMatcher<U>
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.
HeaderMatcher<T>
Are the MessageHeaders of a Message containing any entry or multiple that match?
HeapDumper
Use to take a heap dump programmatically.
Log4j2LevelAdjuster
A JUnit method Rule that changes the Log4J 2 logger level for a set of classes or packages while a test method is running.
LogLevels
Test classes annotated with this will change logging levels between tests.
LogLevelsCondition
JUnit condition that adjusts and reverts log levels before/after each test.
LongRunningIntegrationTest
Rule 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.
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.
MapContentMatchers<T,​V>
Matchers that examine the contents of a Map.
MessageMatcher
Matcher to make assertions about message equality easier.
MessagePredicate
Predicate to make assertions about message equality easier.
MessageValidator
Validate a message.
MockitoMessageMatchers
Mockito matcher factory for Message matcher creation.
OnlyOnceTrigger  
PayloadAndHeaderMatcher<T>
Matcher to make assertions about message equality easier.
PayloadMatcher<T>
Is the payload of a Message equal to a given value or is matching a given matcher?
PayloadValidator<T>
Validate a message payload.
RequestResponseScenario
Defines a Spring Integration request response test scenario.
SingleRequestResponseScenarioTests
Convenience class for a single RequestResponseScenario test
TestMailServer
A basic test mail server for pop3, imap, Serves up a canned email message with each protocol.
TestMailServer.ImapServer  
TestMailServer.MailServer  
TestMailServer.Pop3Server  
TestMailServer.SmtpServer  
TestUtils  
TestUtils.LevelsContainer  
TestUtils.TestApplicationContext
A GenericApplicationContext extension with some support methods to register Spring Integration beans in the application context at runtime.