summaryrefslogtreecommitdiff
path: root/android/SameGame/app/src/androidTest
diff options
context:
space:
mode:
authorPrzemyslaw <prymula76@outlook.com>2024-04-18 18:46:24 +0200
committerPrzemyslaw <prymula76@outlook.com>2024-04-18 18:46:24 +0200
commit11818054364b6248be8ff092d2914598f1081dc5 (patch)
tree361ab82dcba66f79a7cd4f911dc0873a0bf0632a /android/SameGame/app/src/androidTest
Init
Diffstat (limited to 'android/SameGame/app/src/androidTest')
-rw-r--r--android/SameGame/app/src/androidTest/java/com/example/samegame/ExampleInstrumentedTest.kt24
1 files changed, 24 insertions, 0 deletions
diff --git a/android/SameGame/app/src/androidTest/java/com/example/samegame/ExampleInstrumentedTest.kt b/android/SameGame/app/src/androidTest/java/com/example/samegame/ExampleInstrumentedTest.kt
new file mode 100644
index 0000000..8e9c9b3
--- /dev/null
+++ b/android/SameGame/app/src/androidTest/java/com/example/samegame/ExampleInstrumentedTest.kt
@@ -0,0 +1,24 @@
+package com.example.samegame
+
+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.samegame", appContext.packageName)
+ }
+} \ No newline at end of file