Class CoupledStageVerification

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

public class CoupledStageVerification extends Object
  • Field Details

  • Method Details

    • coupledStageShouldCancelAndCompleteUpstreamWhenDownstreamCancels

      public void coupledStageShouldCancelAndCompleteUpstreamWhenDownstreamCancels()
    • coupledStageShouldCancelAndCompleteUpstreamWhenPublisherCompletes

      public void coupledStageShouldCancelAndCompleteUpstreamWhenPublisherCompletes()
    • coupledStageShouldCancelAndCompleteUpstreamWhenPublisherFails

      public void coupledStageShouldCancelAndCompleteUpstreamWhenPublisherFails()
    • coupledStageShouldCancelAndCompleteDownstreamWhenUpstreamCompletes

      public void coupledStageShouldCancelAndCompleteDownstreamWhenUpstreamCompletes()
    • coupledStageShouldCancelAndFailDownstreamWhenUpstreamFails

      public void coupledStageShouldCancelAndFailDownstreamWhenUpstreamFails()
    • coupledStageShouldCancelAndCompleteDownstreamWhenSubscriberCancels

      public void coupledStageShouldCancelAndCompleteDownstreamWhenSubscriberCancels()
    • coupledStageShouldBeResuable

      public void coupledStageShouldBeResuable()