diff options
author | Martynas Mickevičius <mmartynas@gmail.com> | 2015-03-08 16:10:09 +0200 |
---|---|---|
committer | Martynas Mickevičius <mmartynas@gmail.com> | 2015-03-08 16:10:09 +0200 |
commit | 23d9368d169b2ce355b68711b0de3e77f742bedb (patch) | |
tree | 88dd38fd77e11ffb276a7e08f7e1b81479e2060c /tests/src/org | |
parent | f08ea668c3059995ea390ab566bd25f3a68b0ef1 (diff) | |
download | andiodine-23d9368d169b2ce355b68711b0de3e77f742bedb.tar.gz andiodine-23d9368d169b2ce355b68711b0de3e77f742bedb.zip |
Gradle build
Diffstat (limited to 'tests/src/org')
-rw-r--r-- | tests/src/org/xapek/andiodine/HelloJniTest.java | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/src/org/xapek/andiodine/HelloJniTest.java b/tests/src/org/xapek/andiodine/HelloJniTest.java deleted file mode 100644 index 14322f3..0000000 --- a/tests/src/org/xapek/andiodine/HelloJniTest.java +++ /dev/null @@ -1,22 +0,0 @@ -package org.xapek.andiodine; - -import android.test.ActivityInstrumentationTestCase2; - -import org.xapek.andiodine.IodineMain; - -/** - * This is a simple framework for a test of an Application. See - * {@link android.test.ApplicationTestCase ApplicationTestCase} for more information on - * how to write and extend Application tests. - * <p/> - * To run this test, you can type: - * adb shell am instrument -w \ - * -e class org.xapek.andiodine.HelloJniTest \ - * com.example.HelloJni.tests/android.test.InstrumentationTestRunner - */ -public class HelloJniTest extends ActivityInstrumentationTestCase2<org.xapek.andiodine.IodineMain> { - public HelloJniTest() { - super(IodineMain.class); - } - -} |