Class ReactiveStreamsVerification
java.lang.Object
org.eclipse.microprofile.reactive.streams.operators.tck.api.AbstractReactiveStreamsApiVerification
org.eclipse.microprofile.reactive.streams.operators.tck.api.ReactiveStreamsVerification
Verification for the
ReactiveStreamsFactory class.-
Field Summary
Fields inherited from class org.eclipse.microprofile.reactive.streams.operators.tck.api.AbstractReactiveStreamsApiVerification
rs -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.microprofile.reactive.streams.operators.tck.api.AbstractReactiveStreamsApiVerification
assertEmptyStage, graphFor, graphFor, graphFor, graphFor
-
Constructor Details
-
ReactiveStreamsVerification
-
-
Method Details
-
fromPublisher
public void fromPublisher() -
fromPublisherNull
public void fromPublisherNull() -
ofSingle
public void ofSingle() -
ofSingleNull
public void ofSingleNull() -
ofVarArgs
public void ofVarArgs() -
empty
public void empty() -
ofNullableNull
public void ofNullableNull() -
ofNullableNonNull
public void ofNullableNonNull() -
fromIterable
public void fromIterable() -
fromIterableNull
public void fromIterableNull() -
failed
public void failed() -
failedNull
public void failedNull() -
builder
public void builder() -
fromProcessor
public void fromProcessor() -
fromProcessorNull
public void fromProcessorNull() -
fromSubscriber
public void fromSubscriber() -
fromSubscriberNull
public void fromSubscriberNull() -
iterate
public void iterate() -
iterateNullOperator
public void iterateNullOperator() -
generate
public void generate() -
generateNullSupplier
public void generateNullSupplier() -
concat
public void concat() -
concatFirstNull
public void concatFirstNull() -
concatSecondNull
public void concatSecondNull() -
fromCompletionStage
public void fromCompletionStage() -
fromCompletionStageNull
public void fromCompletionStageNull() -
fromCompletionStageNullable
public void fromCompletionStageNullable() -
fromCompletionStageNullableNull
public void fromCompletionStageNullableNull() -
coupled
public void coupled() -
coupledSubscriberNull
public void coupledSubscriberNull() -
coupledPubisherNull
public void coupledPubisherNull() -
coupledRs
public void coupledRs() -
coupledRsSubscriberNull
public void coupledRsSubscriberNull() -
coupledRsPubisherNull
public void coupledRsPubisherNull()
-