mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2024-11-14 12:08:51 -05:00
And add an incredibly basic test
This commit is contained in:
parent
2af187e429
commit
bba77bb45a
@ -0,0 +1,15 @@
|
|||||||
|
package org.bspeice.minimalbible.test;
|
||||||
|
|
||||||
|
import android.test.InstrumentationTestCase;
|
||||||
|
import android.test.suitebuilder.annotation.SmallTest;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Tests for the Download activity
|
||||||
|
*/
|
||||||
|
public class DownloadActivityTest extends InstrumentationTestCase {
|
||||||
|
|
||||||
|
public void testBasicAssertion() {
|
||||||
|
assertEquals(true, true);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user