All About Test of Flutterで説明する、 テスト関連のコード解説サンプルです。
- リポジトリ全体のテストの設定(dart_test.yaml)
test()
の基本的な使い方 (basic_test.dart)- 代表的な
Matcher
の紹介(matcher_test.dart) - 事前処理/事後処理の記述方法と実行順序(setup_teardown_test.dart)
- パラメタライズドテスト(parameterized_test.dart)
- 外部データの使用例(outer_source_test.dart)
Mockito
の紹介と使い方(mockito_test.dart)