Unit testing now working

Also demo test case for async testing.
This commit is contained in:
Bradlee Speice
2014-05-24 15:11:26 -04:00
parent bba77bb45a
commit 2c494edadc
5 changed files with 79 additions and 7 deletions

View File

@ -39,6 +39,10 @@ dependencies {
// Handled by appcompat
// compile 'com.google.android:support-v4:r7'
// And our unit testing needs some specific stuff (and specific stuff included again)
androidTestCompile 'junit:junit:4.11+'
androidTestProvided 'com.squareup.dagger:dagger-compiler:1.2.0'
}
android {
@ -71,6 +75,7 @@ android {
packagingOptions {
exclude 'META-INF/LICENSE.txt'
exclude 'LICENSE.txt'
exclude 'META-INF/NOTICE.txt'
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/LICENSE'