Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhishekdoshi26/widget_test
https://github.com/abhishekdoshi26/widget_test
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/abhishekdoshi26/widget_test
- Owner: AbhishekDoshi26
- Created: 2021-03-15T06:39:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T07:57:04.000Z (almost 4 years ago)
- Last Synced: 2024-10-19T13:20:16.834Z (4 months ago)
- Language: Dart
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# widget_test
This repository contains complete code for Widget Test of my_widget.dart file. It has test written for:
1. Whether there is widget with title 'T'
2. Whether there is widget with message 'M'
3. Whether the widget tree of my_widget.dart contains a widget with key 'Center Widget'Reference: https://flutter.dev/docs/cookbook/testing/widget/introduction