Class | Description |
---|---|
FlowPublisherVerification<T> |
Provides tests for verifying a Java 9+
Flow.Publisher specification rules. |
FlowSubscriberBlackboxVerification<T> |
Provides tests for verifying
Flow.Subscriber and Flow.Subscription
specification rules, without any modifications to the tested implementation (also known as "Black Box" testing). |
FlowSubscriberWhiteboxVerification<T> |
Provides whitebox style tests for verifying
Flow.Subscriber
and Flow.Subscription specification rules. |
IdentityFlowProcessorVerification<T> |