Skip to content

Latest commit

Β 

History

History
9 lines (5 loc) Β· 630 Bytes

README.md

File metadata and controls

9 lines (5 loc) Β· 630 Bytes

Assertions in Dart and Flutter tests: an ultimate cheat sheet

Tests are essential for ensuring any software quality. Whether you are creating unit, widget, or integration tests for Flutter applications, the end goal of any test is asserting that the reality matches the expectations. Here is an ultimate cheat sheet for assertions in Dart and Flutter tests with many details explained!

...Continue reading on Medium

GitHub: https://github.com/foxanna/tests_assertions_cheat_sheet