Class SubscriberBlackboxVerification<T>

  • All Implemented Interfaces:
    SubscriberBlackboxVerificationRules

    public abstract class SubscriberBlackboxVerification<T>
    extends WithHelperPublisher<T>
    implements SubscriberBlackboxVerificationRules
    Provides tests for verifying Subscriber and Subscription specification rules, without any modifications to the tested implementation (also known as "Black Box" testing). This verification is NOT able to check many of the rules of the spec, and if you want more verification of your implementation you'll have to implement org.reactivestreams.tck.SubscriberWhiteboxVerification instead.
    See Also:
    Subscriber, Subscription