Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathanaelsantos/flutter-unit-tests
https://github.com/nathanaelsantos/flutter-unit-tests
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathanaelsantos/flutter-unit-tests
- Owner: NathanaelSantos
- Created: 2022-08-31T07:21:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T08:01:34.000Z (over 2 years ago)
- Last Synced: 2024-11-23T10:14:35.042Z (about 1 month ago)
- Language: C++
- Size: 387 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flutter_unitary_tests
# Test
### test provides a standard way of writing and running tests in Dart.
### Tests are specified using the top-level test() function, and test assertions are made using expect()### Use this package as a library. Depend on it. Run this command:
With Dart:
`$ dart pub add test --dev`
With Flutter:
`$ flutter pub add test --dev`
## Test Reporter