FutureExpectationMapper<Actual> extension

Matchers for futures

on

Properties

completion FutureExpectation<Actual>
Perform expectations on the value emitted by the future
no setter
throws FutureExpectation<Object?>
Perform expectations on the error thrown by the future
no setter

Methods

doesNotComplete() → void
Matches a Future that does not complete.