Paul Duffin | 2637d96 | 2017-03-07 13:58:22 +0000 | [diff] [blame] | 1 | URL: https://github.com/mockito/mockito |
Dan Shi | 5ea495a | 2019-07-30 20:07:42 +0000 | [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: |
Szczepan Faber | af0db2c | 2019-03-05 08:10:17 -0800 | [diff] [blame] | 12 | New API to clean up all inline mocks after test (8bdfbf053ab6e4fc14a3eaecb613f5838fdf0f09) |