summaryrefslogtreecommitdiff
path: root/README.version
blob: 3cce812ede9f6485436df2fa4bd7b0b0807d1c78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
URL: https://github.com/mockito/mockito
Version: v2.23.0
License: Apache 2.0
Description: Mockito is a mocking framework with a clean and simple API.

For Android, we need to combine Mockito with a MockMaker provided by the
Dexmaker module.

The source can be updated using the update_source.sh script.

Local Modifications:
        Fixed DefaultMockitoSession constructor. (I14ed7c032a974c3a65caaf091d36d9667ea331b6)
        New API to clean up all inline mocks after test (8bdfbf053ab6e4fc14a3eaecb613f5838fdf0f09)