public class FlatMapCompletionStageVerification extends Object
Modifier and Type | Class and Description |
---|---|
class |
FlatMapCompletionStageVerification.ProcessorVerification |
Modifier and Type | Field and Description |
---|---|
protected ReactiveStreamsFactory |
rs |
Modifier and Type | Method and Description |
---|---|
void |
flatMapCsStageBuilderShouldBeResuable() |
void |
flatMapCsStageShouldFailIfNullIsReturned() |
void |
flatMapCsStageShouldHandleErrorsThrownByCallback() |
void |
flatMapCsStageShouldHandleFailedCompletionStages() |
void |
flatMapCsStageShouldMaintainOrderOfFutures() |
void |
flatMapCsStageShouldMapFutures() |
void |
flatMapCsStageShouldOnlyMapOneElementAtATime() |
void |
flatMapCsStageShouldPropagateCancel() |
void |
flatMapCsStageShouldPropagateUpstreamErrors() |
protected final ReactiveStreamsFactory rs
public void flatMapCsStageShouldMapFutures() throws Exception
Exception
public void flatMapCsStageShouldMaintainOrderOfFutures() throws Exception
Exception
public void flatMapCsStageShouldOnlyMapOneElementAtATime() throws Exception
Exception
public void flatMapCsStageShouldPropagateUpstreamErrors()
public void flatMapCsStageShouldHandleErrorsThrownByCallback()
public void flatMapCsStageShouldHandleFailedCompletionStages()
public void flatMapCsStageShouldPropagateCancel()
public void flatMapCsStageShouldFailIfNullIsReturned()
public void flatMapCsStageBuilderShouldBeResuable()
Copyright © 2018 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.