mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2025-07-07 16:54:48 -04:00
Enable android testing
This commit is contained in:
@ -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() {
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user