Uses of Class
org.reactivestreams.tck.SubscriberWhiteboxVerification.TestStageTestRun
Packages that use SubscriberWhiteboxVerification.TestStageTestRun
-
Uses of SubscriberWhiteboxVerification.TestStageTestRun in org.reactivestreams.tck
Methods in org.reactivestreams.tck with parameters of type SubscriberWhiteboxVerification.TestStageTestRunModifier and TypeMethodDescriptionvoidSubscriberWhiteboxVerification.optionalSubscriberTestWithoutSetup(SubscriberWhiteboxVerification<T>.TestStageTestRun body) Test for feature that MAY be implemented.voidSubscriberWhiteboxVerification.subscriberTest(SubscriberWhiteboxVerification<T>.TestStageTestRun body) Prepares subscriber and publisher pair (by subscribing the first to the latter), and then hands over the testsSubscriberWhiteboxVerification<T>.WhiteboxTestStageover to the test.voidSubscriberWhiteboxVerification.subscriberTestWithoutSetup(SubscriberWhiteboxVerification<T>.TestStageTestRun body) Provides aSubscriberWhiteboxVerification<T>.WhiteboxTestStagewithout performing any additional setup, like theSubscriberWhiteboxVerification.subscriberTest(SubscriberWhiteboxVerification.TestStageTestRun)would.