| Class | Description |
|---|---|
| Concurrent |
Supporting interfaces for concurrent assertion.
|
| Concurrently |
Commonly used "assertThat" methods for the purposes of concurrently asserting
the state of
Deferred values using the style Concurrently.assertThat(...) |
| DeferredMatch<T> |
A
DeferredMatch is a Deferred that represents
a Hamcrest Matcher, that of which must be satisfied for a
specified Deferred object at some point in the future. |
| DeferredRemoteExecution<T> | |
| Eventually |
Commonly used "assertThat" methods for the purposes of asserting conditions
concerning the state of
Deferred values. |
| FutureMatcher<T> |
A
Matcher for values provided by CompletableFutures. |
| Repetitively |
Commonly used "assertThat" methods for the purposes of repetitively asserting
the state of
Deferred values. |
Copyright © 2017. All rights reserved.