Class DistinctStageVerification

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

public class DistinctStageVerification extends Object
Verification for the distinct stage.
  • Field Details

  • Method Details

    • distinctStageShouldReturnDistinctElements

      public void distinctStageShouldReturnDistinctElements()
    • distinctStageShouldReturnAnEmptyStreamWhenCalledOnEmptyStreams

      public void distinctStageShouldReturnAnEmptyStreamWhenCalledOnEmptyStreams()
    • distinctStageShouldPropagateUpstreamExceptions

      public void distinctStageShouldPropagateUpstreamExceptions()
    • distinctStageShouldPropagateExceptionsThrownByEquals

      public void distinctStageShouldPropagateExceptionsThrownByEquals()
    • distinctStageShouldPropagateCancel

      public void distinctStageShouldPropagateCancel()
    • distinctStageBuilderShouldBeReusable

      public void distinctStageBuilderShouldBeReusable()