| Class and Description |
|---|
| org.springframework.integration.test.matcher.EventuallyMatcher
since 5.2 in favor of Awaitility
|
| org.springframework.integration.test.util.SocketUtils
- it's generally better to set the server port to 0; let the operating
system choose a port; wait until the server starts (see TestingUtilities in the ip
module for an example), then set the port on the client factory.
|
| Method and Description |
|---|
| org.springframework.integration.test.matcher.MapContentMatchers.hasEntry(K, V)
since 5.2 in favor of
Matchers.hasEntry(Object, Object). |
| org.springframework.integration.test.matcher.MapContentMatchers.hasEntry(T, Matcher<V>)
since 5.2 in favor of
Matchers.hasEntry(Matcher, Matcher). |
| org.springframework.integration.test.matcher.MapContentMatchers.hasKey(T)
since 5.2 in favor of
Matchers.hasKey(org.hamcrest.Matcher<? super K>). |