dart-lang / mockito

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

Remove mockito pre-null-safety tests. #725

Closed copybara-service[bot] closed 6 months ago

copybara-service[bot] commented 6 months ago

Remove mockito pre-null-safety tests.

Now that all source code in google3 has been migrated to use Dart language version 2.12 or greater, this test case isn't needed anymore. Removing it helps unblock the removal of legacy (pre-null-safety) support from the Dart analyzer.