Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazelu/tdd-dart
https://github.com/crazelu/tdd-dart
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/crazelu/tdd-dart
- Owner: Crazelu
- Created: 2022-02-08T02:45:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-28T09:06:31.000Z (over 2 years ago)
- Last Synced: 2024-10-09T09:03:10.677Z (about 1 month ago)
- Language: Dart
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Exploring TDD in Dart.
Contains implementations of stubs, fakes and mocks with ability to verify calls.
# TODO
Complete generic Stub class to be directly mixed in with other classes' methods without knowing so much about their method signatures and return types.