From 1be84c74ebd51e31aba929122f025d2508db63bf Mon Sep 17 00:00:00 2001 From: Raman deep Date: Wed, 28 Oct 2020 05:46:37 +0000 Subject: [PATCH] Delete ExampleInstrumentedTest.java --- .../ArrestTB/ExampleInstrumentedTest.java | 27 ------------------- 1 file changed, 27 deletions(-) delete mode 100644 app/src/androidTest/java/com/ShanMukhaInnovations/ArrestTB/ExampleInstrumentedTest.java diff --git a/app/src/androidTest/java/com/ShanMukhaInnovations/ArrestTB/ExampleInstrumentedTest.java b/app/src/androidTest/java/com/ShanMukhaInnovations/ArrestTB/ExampleInstrumentedTest.java deleted file mode 100644 index 70da2c8..0000000 --- a/app/src/androidTest/java/com/ShanMukhaInnovations/ArrestTB/ExampleInstrumentedTest.java +++ /dev/null @@ -1,27 +0,0 @@ -package com.ShanMukhaInnovations.ArrestTB; - -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.ShanMukhaInnovations.ArrestTB", appContext.getPackageName()); - } -}