IdentityProcessorVerification<T> |
|
PublisherVerification<T> |
Provides tests for verifying Publisher specification rules.
|
SubscriberBlackboxVerification<T> |
Provides tests for verifying Subscriber and Subscription
specification rules, without any modifications to the tested implementation (also known as "Black Box" testing).
|
SubscriberWhiteboxVerification<T> |
Provides whitebox style tests for verifying Subscriber
and Subscription specification rules.
|
SubscriberWhiteboxVerification.BlackboxProbe<T> |
|
SubscriberWhiteboxVerification.BlackboxSubscriberProxy<T> |
This class is intented to be used as Subscriber decorator and should be used in pub.subscriber(...) calls,
in order to allow intercepting calls on the underlying Subscriber .
|
SubscriberWhiteboxVerification.WhiteboxSubscriberProbe<T> |
|
TestEnvironment |
|
TestEnvironment.BlackholeSubscriberWithSubscriptionSupport<T> |
|
TestEnvironment.Latch |
Like a CountDownLatch, but resettable and with some convenience methods
|
TestEnvironment.ManualPublisher<T> |
|
TestEnvironment.ManualSubscriber<T> |
Subscriber implementation which can be steered by test code and asserted on.
|
TestEnvironment.ManualSubscriberWithSubscriptionSupport<T> |
|
TestEnvironment.Promise<T> |
|
TestEnvironment.Receptacle<T> |
|
TestEnvironment.TestSubscriber<T> |
|
WithHelperPublisher<T> |
Type which is able to create elements based on a seed id value.
|