Enable android testing

ugly-unit-test
Bradlee Speice 2014-05-24 02:12:57 -04:00
parent 221f01653f
commit 2af187e429
2 changed files with 1 additions and 21 deletions

View File

@ -57,7 +57,7 @@ android {
}
// Move the tests to tests/java, tests/res, etc...
instrumentTest.setRoot('src/test')
androidTest.setRoot('src/test')
// Move the build types to build-types/<type>
// For instance, build-types/debug/java, build-types/debug/AndroidManifest.xml, ...

View File

@ -1,20 +0,0 @@
package test.org.bspeice.minimalbible.test;
import android.test.InstrumentationTestCase;
/**
* Tests for the Download activity
*/
public class DownloadActivityTest extends InstrumentationTestCase {
/**
* For whatever reason, when we create one ProgressWheel with ButterKnife, multiple
* others are shown as well...
*/
public void testOnlyOneProgressWheelShown() {
}
}