Class DistinctStageVerification
java.lang.Object
org.eclipse.microprofile.reactive.streams.operators.tck.spi.DistinctStageVerification
Verification for the distinct stage.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoid
-
Field Details
-
rs
-
-
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()
-