From c94fff286438282a583e9084ddc0a073a791d9e3 Mon Sep 17 00:00:00 2001 From: Kirill Kamakin Date: Sat, 13 Nov 2021 11:13:56 +0300 Subject: [PATCH] Remove example tests --- .../mealie/ExampleInstrumentedTest.kt | 24 ------------------- .../gq/kirmanak/mealie/ExampleUnitTest.kt | 17 ------------- 2 files changed, 41 deletions(-) delete mode 100644 app/src/androidTest/java/gq/kirmanak/mealie/ExampleInstrumentedTest.kt delete mode 100644 app/src/test/java/gq/kirmanak/mealie/ExampleUnitTest.kt diff --git a/app/src/androidTest/java/gq/kirmanak/mealie/ExampleInstrumentedTest.kt b/app/src/androidTest/java/gq/kirmanak/mealie/ExampleInstrumentedTest.kt deleted file mode 100644 index 02949f9..0000000 --- a/app/src/androidTest/java/gq/kirmanak/mealie/ExampleInstrumentedTest.kt +++ /dev/null @@ -1,24 +0,0 @@ -package gq.kirmanak.mealie - -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("gq.kirmanak.mealie", appContext.packageName) - } -} \ No newline at end of file diff --git a/app/src/test/java/gq/kirmanak/mealie/ExampleUnitTest.kt b/app/src/test/java/gq/kirmanak/mealie/ExampleUnitTest.kt deleted file mode 100644 index ba38f76..0000000 --- a/app/src/test/java/gq/kirmanak/mealie/ExampleUnitTest.kt +++ /dev/null @@ -1,17 +0,0 @@ -package gq.kirmanak.mealie - -import org.junit.Test - -import org.junit.Assert.* - -/** - * Example local unit test, which will execute on the development machine (host). - * - * See [testing documentation](http://d.android.com/tools/testing). - */ -class ExampleUnitTest { - @Test - fun addition_isCorrect() { - assertEquals(4, 2 + 2) - } -} \ No newline at end of file