public class OfStageVerification
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
OfStageVerification.PublisherVerification |
Modifier and Type | Field and Description |
---|---|
protected ReactiveStreamsFactory |
rs |
Modifier and Type | Method and Description |
---|---|
void |
emptyIterableStageShouldEmitNoElements() |
void |
iterableStageShouldEmitManyElements() |
void |
ofStageShouldBeReusable() |
void |
ofStageShouldFailIfNullProduced() |
void |
ofStageShouldHandleExceptionsInIterableIterateMethod() |
void |
ofStageShouldHandleExceptionsInIteratorHasNextMethod() |
void |
ofStageShouldHandleExceptionsInIteratorNextMethod() |
void |
singleIterableStageShouldEmitOneElement() |
protected final ReactiveStreamsFactory rs
public void iterableStageShouldEmitManyElements()
public void emptyIterableStageShouldEmitNoElements()
public void singleIterableStageShouldEmitOneElement()
public void ofStageShouldHandleExceptionsInIterableIterateMethod()
public void ofStageShouldHandleExceptionsInIteratorHasNextMethod()
public void ofStageShouldHandleExceptionsInIteratorNextMethod()
public void ofStageShouldFailIfNullProduced()
public void ofStageShouldBeReusable()
Copyright © 2021 Eclipse Foundation. All rights reserved.