tree: 10d4a1015929df351458d41a972c16ca51a370b8 [path history] [tgz]
  1. lib/
  2. test/
  3. LICENSE
  4. pubspec.yaml
  5. README.md
pkg/typed_mock/README.md

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.