diff --git a/app/src/androidTest/java/com/example/bloder/deck/ExampleInstrumentedTest.java b/app/src/androidTest/java/com/example/bloder/deck/ExampleInstrumentedTest.java deleted file mode 100644 index 88e1580..0000000 --- a/app/src/androidTest/java/com/example/bloder/deck/ExampleInstrumentedTest.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.example.bloder.deck; - -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("com.example.bloder.deck", appContext.getPackageName()); - } -} diff --git a/lib/src/androidTest/java/com/example/lib/ExampleInstrumentedTest.java b/lib/src/androidTest/java/com/example/lib/ExampleInstrumentedTest.java deleted file mode 100644 index 73e5cd8..0000000 --- a/lib/src/androidTest/java/com/example/lib/ExampleInstrumentedTest.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.example.lib; - -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("com.example.lib.test", appContext.getPackageName()); - } -}