dart-sdk/pkg/typed_mock
2014-08-06 18:37:49 +00:00
..
lib Add 'resetInteractions' into typed_mock. 2014-06-10 18:23:25 +00:00
test Add 'resetInteractions' into typed_mock. 2014-06-10 18:23:25 +00:00
LICENSE Add the required LICENSE file. 2014-05-14 15:50:01 +00:00
pubspec.yaml Add 'resetInteractions' into typed_mock. 2014-06-10 18:23:25 +00:00
README.md typed_mock/README.md 2014-08-06 18:37:49 +00:00

A library for mocking classes and verifying expected interaction with mocks.

It is inspired by Mockito.

The existing "mock" package suffers from using method names as strings, which makes it impossible to use code-completion, static validation, search and refactoring.