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
Exceptionpublic void flatMapCsStageShouldMaintainOrderOfFutures()
throws Exception
Exceptionpublic void flatMapCsStageShouldOnlyMapOneElementAtATime()
throws Exception
Exceptionpublic 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.