Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Session10 #11

Open
github-actions bot opened this issue Jun 6, 2023 · 0 comments
Open

Session10 #11

github-actions bot opened this issue Jun 6, 2023 · 0 comments
Labels

Comments

@github-actions
Copy link

github-actions bot commented Jun 6, 2023

Widget tests を書く

次は Widget tests を書いていきましょう。

課題

  • 次の Widget tests を書く
    • 特定の条件で、天気予報画面に晴れの画像が表示されること
    • 特定の条件で、天気予報画面に曇りの画像が表示されること
    • 特定の条件で、天気予報画面に雨の画像が表示されること
    • 特定の条件で、天気予報画面に最高気温が表示されること
    • 特定の条件で、天気予報画面に最低気温が表示されること
    • 特定の条件で、天気予報画面にダイアログが表示され、特定のメッセージが表示されること
  • 余裕があれば、他の Widget tests も書く

ヒント

状態管理方法やアーキテクチャなどによって、特定の条件の詳細が変化します。

Session9 と同じで、テストを書くときは、依存しているものは何で、前提条件と完了条件は何なのかを明確にすることが重要です。

参考資料

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants