mockito library
Mockito sugar extensions for stubbing futures, streams, and verifications.
Extensions
-
PostExpectationFutureNullableX
on PostExpectation<
Future< T?> > - Sugar for stubbing nullable-Future-returning methods.
-
PostExpectationFutureVoidX
on PostExpectation<
Future< void> > -
Sugar for stubbing
Future<void>-returning methods. -
PostExpectationFutureX
on PostExpectation<
Future< T> > - Sugar for stubbing Future-returning methods with mockito.
-
PostExpectationStreamX
on PostExpectation<
Stream< T> > - Sugar for stubbing Stream-returning methods with mockito.
- VerificationResultX on VerificationResult
- Sugar for extracting captured arguments from mockito verifications.