Skip to content

Latest commit

Β 

History

History
11 lines (6 loc) Β· 695 Bytes

README.md

File metadata and controls

11 lines (6 loc) Β· 695 Bytes

Assertions in Dart and Flutter tests: an ultimate cheat sheet

An online talk at the Flutter Global Summit conference on February 7, 2023.

Watch on YouTube.

GitHub: https://github.com/foxanna/tests_assertions_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!