Move command tests to JVM

This commit is contained in:
2016-06-14 05:30:30 -04:00
parent ca9d56e59e
commit 440706882b
8 changed files with 67 additions and 119 deletions

View File

@@ -71,6 +71,7 @@ dependencies {
compile project(':libs:drag-sort-listview:library')
testCompile 'junit:junit:4.12'
testCompile 'org.hamcrest:hamcrest-library:1.3'
testCompile 'org.mockito:mockito-core:1.10.19'
androidTestCompile 'com.android.support:support-annotations:23.3.0'