Paul Duffin | 2637d96 | 2017-03-07 13:58:22 +0000 | [diff] [blame] | 1 | URL: https://github.com/mockito/mockito |
Garfield Tan | 49ce6ea | 2019-09-10 10:59:56 -0700 | [diff] [blame] | 2 | Version: v2.21.0 |
Paul Duffin | 2637d96 | 2017-03-07 13:58:22 +0000 | [diff] [blame] | 3 | License: Apache 2.0 |
| 4 | Description: Mockito is a mocking framework with a clean and simple API. |
| 5 | |
| 6 | For Android, we need to combine Mockito with a MockMaker provided by the |
| 7 | Dexmaker module. |
| 8 | |
| 9 | The source can be updated using the update_source.sh script. |
| 10 | |
| 11 | Local Modifications: |
Garfield Tan | 30922d8 | 2019-09-10 15:30:26 -0700 | [diff] [blame] | 12 | New API to clean up all inline mocks after test (8bdfbf053ab6e4fc14a3eaecb613f5838fdf0f09) |