From 4d2dc60c248917c1c06de1dbcd5f720da5fe97cb Mon Sep 17 00:00:00 2001 From: pufshb4qp <2228137739@qq.com> Date: Thu, 17 Apr 2025 09:25:54 +0800 Subject: [PATCH] Delete 'Notesmaster2/app/src/androidTest/java/net/micode/notes/ExampleInstrumentedTest.java' --- .../micode/notes/ExampleInstrumentedTest.java | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 Notesmaster2/app/src/androidTest/java/net/micode/notes/ExampleInstrumentedTest.java diff --git a/Notesmaster2/app/src/androidTest/java/net/micode/notes/ExampleInstrumentedTest.java b/Notesmaster2/app/src/androidTest/java/net/micode/notes/ExampleInstrumentedTest.java deleted file mode 100644 index a889a75..0000000 --- a/Notesmaster2/app/src/androidTest/java/net/micode/notes/ExampleInstrumentedTest.java +++ /dev/null @@ -1,26 +0,0 @@ -package net.micode.notes; - -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("net.micode.notes", appContext.getPackageName()); - } -} \ No newline at end of file