dart-lang / mockito

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

Add a best practice sentence about data models #690

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

Add a best practice sentence about data models

It should always be possible to use real instances for data only classes. Specifically mention data models in the best practices section as not needing mocks.