PostExpectationFutureX<T> extension
- on
-
- PostExpectation<
Future< T> >
- PostExpectation<
Methods
-
thenReturnAfter(
Duration delay, T value) → void -
Available on PostExpectation<
Future< , provided by the PostExpectationFutureX extensionT> > -
thenReturnAsync(
T value) → void -
Available on PostExpectation<
Future< , provided by the PostExpectationFutureX extensionT> > -
thenThrowAsync(
Object error) → void -
Available on PostExpectation<
Future< , provided by the PostExpectationFutureX extensionT> >