dart-lang / mockito

Mockito-inspired mock library for Dart
https://pub.dev/packages/mockito
Apache License 2.0
623 stars 160 forks source link

Add example of mocking callbacks #674

Closed copybara-service[bot] closed 12 months ago

copybara-service[bot] commented 12 months ago

Add example of mocking callbacks

Towards #62

Update the README and example usage with an example of writing a class to hold the callback signatures and mocking it with codegen. Demonstrate that the callbacks can be stubbed after being torn off.