From cde732059b237af7b147d58c43e4f5b03b9fbddd Mon Sep 17 00:00:00 2001 From: bt Date: Sun, 3 May 2026 01:35:34 +0200 Subject: Initial commit --- .../net/rctt/netmon/ExampleInstrumentedTest.kt | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 app/src/androidTest/java/net/rctt/netmon/ExampleInstrumentedTest.kt (limited to 'app/src/androidTest') diff --git a/app/src/androidTest/java/net/rctt/netmon/ExampleInstrumentedTest.kt b/app/src/androidTest/java/net/rctt/netmon/ExampleInstrumentedTest.kt new file mode 100644 index 0000000..4bdd99f --- /dev/null +++ b/app/src/androidTest/java/net/rctt/netmon/ExampleInstrumentedTest.kt @@ -0,0 +1,24 @@ +package net.rctt.netmon + +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("net.rctt.netmon", appContext.packageName) + } +} \ No newline at end of file -- cgit v1.2.3