Class CollectStageVerification

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

public class CollectStageVerification extends Object
Verification for the collect stage.
  • Field Details

  • Method Details

    • toListStageShouldReturnAList

      public void toListStageShouldReturnAList()
    • toListStageShouldReturnEmpty

      public void toListStageShouldReturnEmpty()
    • collectShouldAccumulateResult

      public void collectShouldAccumulateResult()
    • collectShouldSupportEmptyStreams

      public void collectShouldSupportEmptyStreams()
    • collectShouldPropagateUpstreamErrors

      public void collectShouldPropagateUpstreamErrors()
    • finisherFunctionShouldBeInvoked

      public void finisherFunctionShouldBeInvoked()
    • toListStageShouldPropagateUpstreamErrors

      public void toListStageShouldPropagateUpstreamErrors()
    • collectStageShouldPropagateErrorsFromSupplierThroughCompletionStage

      public void collectStageShouldPropagateErrorsFromSupplierThroughCompletionStage()
    • collectStageShouldPropagateErrorsFromAccumulator

      public void collectStageShouldPropagateErrorsFromAccumulator()
    • collectStageShouldPropagateErrorsFromFinisher

      public void collectStageShouldPropagateErrorsFromFinisher()
    • collectStageBuilderShouldBeReusable

      public void collectStageBuilderShouldBeReusable()