https://github.com/g1joshi/flutter_testing
Automated Flutter Testing
https://github.com/g1joshi/flutter_testing
dart flutter test-cases testing
Last synced: 19 days ago
JSON representation
Automated Flutter Testing
- Host: GitHub
- URL: https://github.com/g1joshi/flutter_testing
- Owner: G1Joshi
- Created: 2022-11-05T04:38:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T05:46:04.000Z (over 3 years ago)
- Last Synced: 2025-02-25T20:17:55.368Z (about 1 year ago)
- Topics: dart, flutter, test-cases, testing
- Language: C++
- Homepage:
- Size: 279 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Testing
## Types of Testing
- ### Unit Test
- ### Widget Test
- ### Integration Test
## Pattern Used
- ### Arrange
- ### Act
- ### Assert
---
