Write tests for HintView

This commit is contained in:
2016-06-29 10:03:56 -04:00
parent 588b45d47b
commit 5d61fdd3d0
5 changed files with 113 additions and 26 deletions

View File

@@ -78,6 +78,9 @@ dependencies {
androidTestCompile 'com.android.support:support-annotations:23.3.0'
androidTestCompile 'com.android.support.test:runner:0.5'
androidTestCompile 'com.android.support.test:rules:0.5'
androidTestCompile 'org.mockito:mockito-core:1.10.19'
androidTestCompile "com.google.dexmaker:dexmaker:1.2"
androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.2'
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.1') {
exclude group: 'com.android.support'