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 void
SubscriberWhiteboxVerification. optionalSubscriberTestWithoutSetup(SubscriberWhiteboxVerification.TestStageTestRun body)
Test for feature that MAY be implemented.void
SubscriberWhiteboxVerification. subscriberTest(SubscriberWhiteboxVerification.TestStageTestRun body)
Prepares subscriber and publisher pair (by subscribing the first to the latter), and then hands over the testsSubscriberWhiteboxVerification.WhiteboxTestStage
over to the test.void
SubscriberWhiteboxVerification. subscriberTestWithoutSetup(SubscriberWhiteboxVerification.TestStageTestRun body)
Provides aSubscriberWhiteboxVerification.WhiteboxTestStage
without performing any additional setup, like theSubscriberWhiteboxVerification.subscriberTest(SubscriberWhiteboxVerification.TestStageTestRun)
would.
-