mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2024-11-14 12:08:51 -05:00
Enable android testing
This commit is contained in:
parent
221f01653f
commit
2af187e429
@ -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, ...
|
||||
|
@ -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() {
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user