Package org.apache.beam.sdk.fn.test
Class TestStreams
java.lang.Object
org.apache.beam.sdk.fn.test.TestStreams
Utility methods which enable testing of 
StreamObservers.- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA builder for a testCallStreamObserverthat performs various callbacks. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TestStreams.Builder<T> withOnNext(Consumer<T> onNext) Creates a testCallStreamObserverTestStreams.Builderthat forwardsStreamObserver.onNext(V)calls to the suppliedConsumer. 
- 
Constructor Details
- 
TestStreams
public TestStreams() 
 - 
 - 
Method Details
- 
withOnNext
Creates a testCallStreamObserverTestStreams.Builderthat forwardsStreamObserver.onNext(V)calls to the suppliedConsumer. 
 -