public class DistinctStageVerification extends Object
Modifier and Type | Class and Description |
---|---|
class |
DistinctStageVerification.ProcessorVerification |
Modifier and Type | Field and Description |
---|---|
protected ReactiveStreamsFactory |
rs |
Modifier and Type | Method and Description |
---|---|
void |
distinctStageBuilderShouldBeReusable() |
void |
distinctStageShouldPropagateCancel() |
void |
distinctStageShouldPropagateExceptionsThrownByEquals() |
void |
distinctStageShouldPropagateUpstreamExceptions() |
void |
distinctStageShouldReturnAnEmptyStreamWhenCalledOnEmptyStreams() |
void |
distinctStageShouldReturnDistinctElements() |
protected final ReactiveStreamsFactory rs
public void distinctStageShouldReturnDistinctElements()
public void distinctStageShouldReturnAnEmptyStreamWhenCalledOnEmptyStreams()
public void distinctStageShouldPropagateUpstreamExceptions()
public void distinctStageShouldPropagateExceptionsThrownByEquals()
public void distinctStageShouldPropagateCancel()
public void distinctStageBuilderShouldBeReusable()
Copyright © 2018 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.