dart-lang / mockito

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

Move `Mock` class out of `mockito` library? #668

Open yanok opened 1 year ago

yanok commented 1 year ago

Right now if one clicks on the API Reference tab, there is the Mock class in the mockito library, with a quite bad suggestion in its documentation comment:

image

I'm going to update the documentation comment anyway, but should we also consider moving it into something like manual_mocks_use_at_your_own_risk.dart?