PostExpectationFutureX<T> extension

on

Methods

thenReturnAfter(Duration delay, T value) → void

Available on PostExpectation<Future<T>>, provided by the PostExpectationFutureX extension

thenReturnAsync(T value) → void

Available on PostExpectation<Future<T>>, provided by the PostExpectationFutureX extension

thenThrowAsync(Object error) → void

Available on PostExpectation<Future<T>>, provided by the PostExpectationFutureX extension