Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 491 Bytes

File metadata and controls

13 lines (8 loc) · 491 Bytes

This very simple project demonstrates running Mockito on Android (gradle build system)

It also demonstrates an issue from the dexmaker project: linkedin/dexmaker#12

To clone and run tests:

git clone https://github.com/sek/MockitoOnAndroidDemo
cd MockitoOnAndroidDemo
./gradlew connectedAndroidTest --stacktrace

It should also open smoothly in Android Studio 1.3 for editing.

The version of dexmaker can be modified on line 27 of app/build.grade