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