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!