https://github.com/felipecastrosales/test-fundamentals
🧪 Fundamentals of Dart Testing
https://github.com/felipecastrosales/test-fundamentals
dart dart-lang dart-library dart-test dart-tests flutter flutter-test integration integration-testing test testing tests unitary
Last synced: 20 days ago
JSON representation
🧪 Fundamentals of Dart Testing
- Host: GitHub
- URL: https://github.com/felipecastrosales/test-fundamentals
- Owner: felipecastrosales
- Created: 2022-01-02T13:55:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T03:15:06.000Z (over 3 years ago)
- Last Synced: 2025-04-09T16:04:54.493Z (20 days ago)
- Topics: dart, dart-lang, dart-library, dart-test, dart-tests, flutter, flutter-test, integration, integration-testing, test, testing, tests, unitary
- Language: Dart
- Homepage:
- Size: 7.81 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
A sample command-line application with an entrypoint in `bin/`, library code
in `lib/`, and example unit test in `test/`.