summaryrefslogtreecommitdiffstats
path: root/app/src/androidTest/java/com/frannazario/proyectoandroid
diff options
context:
space:
mode:
authorAlberto Duarte (PWC) <alberto.duarte.delgado@pwc.com>2023-10-09 17:35:35 +0100
committerAlberto Duarte (PWC) <alberto.duarte.delgado@pwc.com>2023-10-09 17:35:35 +0100
commit1dd6d976f1e78cde69ac9e0f89b1b80b1e89cba3 (patch)
tree38779ba36a4034152825d593a4e1a1e2e919ec01 /app/src/androidTest/java/com/frannazario/proyectoandroid
parentffe8799737b060f0d7d73ad394cc255b73a853ec (diff)
Not sure
Diffstat (limited to 'app/src/androidTest/java/com/frannazario/proyectoandroid')
-rw-r--r--app/src/androidTest/java/com/frannazario/proyectoandroid/ExampleInstrumentedTest.kt46
1 files changed, 23 insertions, 23 deletions
diff --git a/app/src/androidTest/java/com/frannazario/proyectoandroid/ExampleInstrumentedTest.kt b/app/src/androidTest/java/com/frannazario/proyectoandroid/ExampleInstrumentedTest.kt
index 6c3e781..32443a9 100644
--- a/app/src/androidTest/java/com/frannazario/proyectoandroid/ExampleInstrumentedTest.kt
+++ b/app/src/androidTest/java/com/frannazario/proyectoandroid/ExampleInstrumentedTest.kt
@@ -1,24 +1,24 @@
-package com.frannazario.proyectoandroid
-
-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.frannazario.proyectoandroid", appContext.packageName)
- }
+package com.frannazario.proyectoandroid
+
+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.frannazario.proyectoandroid", appContext.packageName)
+ }
} \ No newline at end of file