diff --git a/appkillermanager/src/androidTest/java/com/thelittlefireman/appkillermanager/ExampleInstrumentedTest.java b/appkillermanager/src/androidTest/java/com/thelittlefireman/appkillermanager/ExampleInstrumentedTest.java deleted file mode 100644 index 6c859df..0000000 --- a/appkillermanager/src/androidTest/java/com/thelittlefireman/appkillermanager/ExampleInstrumentedTest.java +++ /dev/null @@ -1,27 +0,0 @@ -package com.thelittlefireman.appkillermanager; - -import android.content.Context; - -import androidx.test.ext.junit.runners.AndroidJUnit4; -import androidx.test.platform.app.InstrumentationRegistry; - -import org.junit.Test; -import org.junit.runner.RunWith; - -import static org.junit.Assert.assertEquals; - -/** - * Instrumented test, which will execute on an Android device. - * - * @see Testing documentation - */ -@RunWith(AndroidJUnit4.class) -public class ExampleInstrumentedTest { - @Test - public void useAppContext() { - // Context of the app under test. - Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext(); - - assertEquals("com.thelittlefireman.appkillermanager.test", appContext.getPackageName()); - } -} diff --git a/appkillermanager/src/test/java/com/thelittlefireman/appkillermanager/ExampleUnitTest.java b/appkillermanager/src/test/java/com/thelittlefireman/appkillermanager/ExampleUnitTest.java deleted file mode 100644 index d456da5..0000000 --- a/appkillermanager/src/test/java/com/thelittlefireman/appkillermanager/ExampleUnitTest.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.thelittlefireman.appkillermanager; - -import org.junit.Test; - -import static org.junit.Assert.assertEquals; - -/** - * Example local unit test, which will execute on the development machine (host). - * - * @see Testing documentation - */ -public class ExampleUnitTest { - @Test - public void addition_isCorrect() { - assertEquals(4, 2 + 2); - } -} \ No newline at end of file