blob: 33436a1605229c5ee459d4c2f9de0c348bdb4dad [file] [log] [blame]
Paul Duffin2637d962017-03-07 13:58:22 +00001URL: https://github.com/mockito/mockito
Garfield Tan49ce6ea2019-09-10 10:59:56 -07002Version: 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:
Garfield Tan30922d82019-09-10 15:30:26 -070012 New API to clean up all inline mocks after test (8bdfbf053ab6e4fc14a3eaecb613f5838fdf0f09)