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