Class FlatMapStageVerification
java.lang.Object
org.eclipse.microprofile.reactive.streams.operators.tck.spi.FlatMapStageVerification
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassVerifies the inner subscriber passed to publishers produced by the mapper function.classVerifies the outer processor. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
rs
-
-
Method Details
-
flatMapStageShouldMapElements
public void flatMapStageShouldMapElements() -
flatMapStageShouldAllowEmptySubStreams
public void flatMapStageShouldAllowEmptySubStreams() -
flatMapStageShouldHandleExceptions
public void flatMapStageShouldHandleExceptions() -
flatMapStageShouldPropagateUpstreamExceptions
public void flatMapStageShouldPropagateUpstreamExceptions() -
flatMapStageShouldPropagateSubstreamExceptions
public void flatMapStageShouldPropagateSubstreamExceptions() -
flatMapStageShouldOnlySubscribeToOnePublisherAtATime
- Throws:
Exception
-
flatMapStageShouldPropgateCancelToSubstreams
public void flatMapStageShouldPropgateCancelToSubstreams() -
flatMapStageBuilderShouldBeReusable
public void flatMapStageBuilderShouldBeReusable()
-