Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crazelu/tdd-dart


https://github.com/crazelu/tdd-dart

Last synced: 25 days ago
JSON representation

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.