From edd9f7e1125f38f1437c347bb8cb1e3636a11045 Mon Sep 17 00:00:00 2001 From: 202310715312 HADI GUNA PRAKOSO <202310715312@mhs.ubharajaya.ac.id> Date: Fri, 10 Oct 2025 17:49:02 +0700 Subject: [PATCH] Delete Tugas 1/ExampleInstrumentedTest.kt --- Tugas 1/ExampleInstrumentedTest.kt | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Tugas 1/ExampleInstrumentedTest.kt diff --git a/Tugas 1/ExampleInstrumentedTest.kt b/Tugas 1/ExampleInstrumentedTest.kt deleted file mode 100644 index 60ec727..0000000 --- a/Tugas 1/ExampleInstrumentedTest.kt +++ /dev/null @@ -1,24 +0,0 @@ -package com.example.jawa - -import androidx.test.platform.app.InstrumentationRegistry -import androidx.test.ext.junit.runners.AndroidJUnit4 - -import org.junit.Test -import org.junit.runner.RunWith - -import org.junit.Assert.* - -/** - * Instrumented test, which will execute on an Android device. - * - * See [testing documentation](http://d.android.com/tools/testing). - */ -@RunWith(AndroidJUnit4::class) -class ExampleInstrumentedTest { - @Test - fun useAppContext() { - // Context of the app under test. - val appContext = InstrumentationRegistry.getInstrumentation().targetContext - assertEquals("com.example.jawa", appContext.packageName) - } -} \ No newline at end of file