diff --git a/app/src/androidTest/java/com/vone/qrcode/ExampleInstrumentedTest.java b/app/src/androidTest/java/com/vone/qrcode/ExampleInstrumentedTest.java deleted file mode 100644 index 6d56b59..0000000 --- a/app/src/androidTest/java/com/vone/qrcode/ExampleInstrumentedTest.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.vone.qrcode; - -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.vone.qrcode", appContext.getPackageName()); - } -}