public class CoupledStageVerification extends Object
Modifier and Type | Class and Description |
---|---|
class |
CoupledStageVerification.ProcessorVerification |
class |
CoupledStageVerification.PublisherVerification |
class |
CoupledStageVerification.SubscriberVerification |
Modifier and Type | Field and Description |
---|---|
protected ReactiveStreamsFactory |
rs |
Modifier and Type | Method and Description |
---|---|
void |
coupledStageShouldBeResuable() |
void |
coupledStageShouldCancelAndCompleteDownstreamWhenSubscriberCancels() |
void |
coupledStageShouldCancelAndCompleteDownstreamWhenUpstreamCompletes() |
void |
coupledStageShouldCancelAndCompleteUpstreamWhenDownstreamCancels() |
void |
coupledStageShouldCancelAndCompleteUpstreamWhenPublisherCompletes() |
void |
coupledStageShouldCancelAndCompleteUpstreamWhenPublisherFails() |
void |
coupledStageShouldCancelAndFailDownstreamWhenUpstreamFails() |
protected final ReactiveStreamsFactory rs
public void coupledStageShouldCancelAndCompleteUpstreamWhenDownstreamCancels()
public void coupledStageShouldCancelAndCompleteUpstreamWhenPublisherCompletes()
public void coupledStageShouldCancelAndCompleteUpstreamWhenPublisherFails()
public void coupledStageShouldCancelAndCompleteDownstreamWhenUpstreamCompletes()
public void coupledStageShouldCancelAndFailDownstreamWhenUpstreamFails()
public void coupledStageShouldCancelAndCompleteDownstreamWhenSubscriberCancels()
public void coupledStageShouldBeResuable()
Copyright © 2018 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.