Results for “dart-lang” - 2 found
Testing and Mocking Dart Applications
1,184Define and generate mock objects for external dependencies using `package:mockito` and `build_runner`. Use when unit testing classes that de
Testing
by dart-lang/skills
Migrating Dart Tests to Package Checks
1,161Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalents.
Testing
by dart-lang/skills