dart-lang / mockito

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

Provide better documentation for `provideDummy`/`provideDummyBuilder` #754

Open jamesderlin opened 3 weeks ago

jamesderlin commented 3 weeks ago

Mostly fixes https://github.com/dart-lang/mockito/issues/697.

I'm still not quite satisfied with the documentation for provideDummyBuilder since the DummyBuilder typedef remains undocumented, but I can't write documentation for that because I don't understand its arguments.


jamesderlin commented 11 hours ago

@srawlins Could you take a look when you have a chance?