From ca238ed92126b691cef0701922f2937425dc185c Mon Sep 17 00:00:00 2001 From: vone Date: Fri, 19 Apr 2019 23:25:36 +0800 Subject: [PATCH] =?UTF-8?q?v1.2=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../vone/qrcode/ExampleInstrumentedTest.java | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 app/src/androidTest/java/com/vone/qrcode/ExampleInstrumentedTest.java 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()); - } -}