blob: bbabbe6b39d06e3638f1044a72371728bfc76058 [file] [log] [blame]
Paul Duffin2637d962017-03-07 13:58:22 +00001URL: https://github.com/mockito/mockito
Philip P. Moltmannbf8c1ad2018-03-13 13:04:44 -07002Version: v2.16.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:
Philip P. Moltmannbf8c1ad2018-03-13 13:04:44 -070012 None