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