From 17be434b3d70c54d5c6f80fa596adc4970e8620b Mon Sep 17 00:00:00 2001 From: Mimoja Date: Sat, 12 Aug 2017 02:29:26 +0200 Subject: [PATCH] Remove autogen tests --- .../scryptpwgen/ExampleInstrumentedTest.java | 26 ------------------- .../jetzt/scryptpwgen/ExampleUnitTest.java | 17 ------------ 2 files changed, 43 deletions(-) delete mode 100644 Android/app/src/androidTest/java/mimoja/abfackeln/jetzt/scryptpwgen/ExampleInstrumentedTest.java delete mode 100644 Android/app/src/test/java/mimoja/abfackeln/jetzt/scryptpwgen/ExampleUnitTest.java diff --git a/Android/app/src/androidTest/java/mimoja/abfackeln/jetzt/scryptpwgen/ExampleInstrumentedTest.java b/Android/app/src/androidTest/java/mimoja/abfackeln/jetzt/scryptpwgen/ExampleInstrumentedTest.java deleted file mode 100644 index 07507be..0000000 --- a/Android/app/src/androidTest/java/mimoja/abfackeln/jetzt/scryptpwgen/ExampleInstrumentedTest.java +++ /dev/null @@ -1,26 +0,0 @@ -package mimoja.abfackeln.jetzt.scryptpwgen; - -import android.content.Context; -import android.support.test.InstrumentationRegistry; -import android.support.test.runner.AndroidJUnit4; - -import org.junit.Test; -import org.junit.runner.RunWith; - -import static org.junit.Assert.*; - -/** - * Instrumentation test, which will execute on an Android device. - * - * @see Testing documentation - */ -@RunWith(AndroidJUnit4.class) -public class ExampleInstrumentedTest { - @Test - public void useAppContext() throws Exception { - // Context of the app under test. - Context appContext = InstrumentationRegistry.getTargetContext(); - - assertEquals("mimoja.abfackeln.jetzt.scryptpwgen", appContext.getPackageName()); - } -} diff --git a/Android/app/src/test/java/mimoja/abfackeln/jetzt/scryptpwgen/ExampleUnitTest.java b/Android/app/src/test/java/mimoja/abfackeln/jetzt/scryptpwgen/ExampleUnitTest.java deleted file mode 100644 index da18765..0000000 --- a/Android/app/src/test/java/mimoja/abfackeln/jetzt/scryptpwgen/ExampleUnitTest.java +++ /dev/null @@ -1,17 +0,0 @@ -package mimoja.abfackeln.jetzt.scryptpwgen; - -import org.junit.Test; - -import static org.junit.Assert.*; - -/** - * Example local unit test, which will execute on the development machine (host). - * - * @see Testing documentation - */ -public class ExampleUnitTest { - @Test - public void addition_isCorrect() throws Exception { - assertEquals(4, 2 + 2); - } -} \ No newline at end of file