public class FlatMapIterableStageVerification extends Object
Modifier and Type | Class and Description |
---|---|
class |
FlatMapIterableStageVerification.ProcessorVerification
Verifies the outer processor.
|
Modifier and Type | Field and Description |
---|---|
protected ReactiveStreamsFactory |
rs |
protected final ReactiveStreamsFactory rs
public void flatMapIterableStageShouldMapElements()
public void flatMapIterableStageShouldSupportEmptyMappingOfElements()
public void flatMapIterableStageShouldHandleExceptionsInCallback()
public void flatMapIterableStageShouldHandleExceptionsInIterableIterateMethod()
public void flatMapIterableStageShouldHandleExceptionsInIteratorHasNextMethod()
public void flatMapIterableStageShouldHandleExceptionsInIteratorNextMethod()
public void flatMapIterableStageShouldPropagateUpstreamExceptions()
public void flatMapIterableBuilderShouldBeReusable()
public void flatMapIterableStageShouldFailIfNullIterableReturned()
public void flatMapIterableStageShouldFailIfNullIteratorReturned()
public void flatMapIterableStageShouldFailIfNullElementReturnedFromIterator()
Copyright © 2018 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.