From fb4765ab1ca4ad98f1fdc5c8d15ece5867184a08 Mon Sep 17 00:00:00 2001 From: pybple5kv <1766872402@qq.com> Date: Sun, 10 Jul 2022 22:18:03 +0800 Subject: [PATCH] Delete 'ExampleInstrumentedTest.java' --- ExampleInstrumentedTest.java | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 ExampleInstrumentedTest.java diff --git a/ExampleInstrumentedTest.java b/ExampleInstrumentedTest.java deleted file mode 100644 index 533b6cc..0000000 --- a/ExampleInstrumentedTest.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.example; - -import android.content.Context; - -import androidx.test.platform.app.InstrumentationRegistry; -import androidx.test.ext.junit.runners.AndroidJUnit4; - -import org.junit.Test; -import org.junit.runner.RunWith; - -import static org.junit.Assert.*; - -/** - * 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.example", appContext.getPackageName()); - } -} \ No newline at end of file