blob: 33436a1605229c5ee459d4c2f9de0c348bdb4dad [file] [log] [blame]
Paul Duffin2637d962017-03-07 13:58:22 +00001URL: https://github.com/mockito/mockito
Dan Shi5ea495a2019-07-30 20:07:42 +00002Version: v2.21.0
Paul Duffin2637d962017-03-07 13:58:22 +00003License: Apache 2.0
4Description: Mockito is a mocking framework with a clean and simple API.
5
6For Android, we need to combine Mockito with a MockMaker provided by the
7Dexmaker module.
8
9The source can be updated using the update_source.sh script.
10
11Local Modifications:
Szczepan Faberaf0db2c2019-03-05 08:10:17 -080012 New API to clean up all inline mocks after test (8bdfbf053ab6e4fc14a3eaecb613f5838fdf0f09)