summaryrefslogtreecommitdiff
path: root/app/src/androidTest/java/sh/lajo/buddy
diff options
context:
space:
mode:
authorJustZvan <justzvan@justzvan.xyz>2026-02-06 13:38:36 +0100
committerJustZvan <justzvan@justzvan.xyz>2026-02-06 13:38:36 +0100
commitadb6a4fd9ec3a23c04d5e4c2ce799448237915c4 (patch)
tree786edcf5888788e0667a90fae96d7ebec68c507a /app/src/androidTest/java/sh/lajo/buddy
feat: initial commit
Diffstat (limited to 'app/src/androidTest/java/sh/lajo/buddy')
-rw-r--r--app/src/androidTest/java/sh/lajo/buddy/ExampleInstrumentedTest.kt24
1 files changed, 24 insertions, 0 deletions
diff --git a/app/src/androidTest/java/sh/lajo/buddy/ExampleInstrumentedTest.kt b/app/src/androidTest/java/sh/lajo/buddy/ExampleInstrumentedTest.kt
new file mode 100644
index 0000000..f264d3a
--- /dev/null
+++ b/app/src/androidTest/java/sh/lajo/buddy/ExampleInstrumentedTest.kt
@@ -0,0 +1,24 @@
+package sh.lajo.buddy
+
+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("sh.lajo.buddy", appContext.packageName)
+ }
+} \ No newline at end of file