Loading...
Loading...
Found 8 Skills
Ensure code correctness with comprehensive unit and integration tests.
Enforce best practices for Dart and Flutter testing.
Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalents.
Collect coverage using the coverage packge and create an LCOV report
DART testing patterns - unit tests, integration tests, CI validation
Best practices for using `expect` and `package:matcher`. Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.
Define and generate mock objects for external dependencies using `package:mockito` and `build_runner`. Use when unit testing classes that depend on complex external services like APIs or databases.
Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalents.