Class ConcatStageVerification
java.lang.Object
org.eclipse.microprofile.reactive.streams.operators.tck.spi.ConcatStageVerification
Verification for the concat stage.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
rs
-
-
Method Details
-
concatStageShouldConcatTwoGraphs
public void concatStageShouldConcatTwoGraphs() -
concatStageShouldCancelSecondStageIfFirstFails
public void concatStageShouldCancelSecondStageIfFirstFails() -
concatStageShouldCancelSecondStageIfFirstCancellationOccursDuringFirst
public void concatStageShouldCancelSecondStageIfFirstCancellationOccursDuringFirst() -
concatStageShouldCancelSecondStageIfCancellationOccursDuringSecond
public void concatStageShouldCancelSecondStageIfCancellationOccursDuringSecond() -
concatStageShouldPropagateExceptionsFromSecondStage
public void concatStageShouldPropagateExceptionsFromSecondStage() -
concatStageShouldWorkWithEmptyFirstGraph
public void concatStageShouldWorkWithEmptyFirstGraph() -
concatStageShouldWorkWithEmptySecondGraph
public void concatStageShouldWorkWithEmptySecondGraph() -
concatStageShouldWorkWithBothGraphsEmpty
public void concatStageShouldWorkWithBothGraphsEmpty() -
concatStageShouldSupportNestedConcats
public void concatStageShouldSupportNestedConcats() -
concatStageBuilderShouldBeReusable
public void concatStageBuilderShouldBeReusable()
-