| Index: pkg/typed_mock/README.md
|
| diff --git a/pkg/typed_mock/README.md b/pkg/typed_mock/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2414318659ddef9c46dfdef5bb66441ae7709d10
|
| --- /dev/null
|
| +++ b/pkg/typed_mock/README.md
|
| @@ -0,0 +1,7 @@
|
| +A library for mocking classes and verifying expected interaction with mocks.
|
| +
|
| +It is inspired by [Mockito](https://code.google.com/p/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.
|
|
|