Class ConcatStageVerification

java.lang.Object
org.eclipse.microprofile.reactive.streams.operators.tck.spi.ConcatStageVerification

public class ConcatStageVerification extends Object
Verification for the concat stage.
  • Field Details

  • 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()