StreamExpectationExt<Actual> extension

Matchers for Streams

on

Properties

emits StreamExpectation<Actual>
Perform expectations on the next value emitted by the stream
no setter
emitsError StreamExpectation<Actual>
Perform expectations on the next error emitted by the stream
no setter

Methods

emitsDone() Future<void>
Expects that the stream emits a done event