From 64c2ec4af1dd3544305d60cfa356fb561eafab47 Mon Sep 17 00:00:00 2001 From: LittleTurtle2333 Date: Thu, 23 Feb 2023 21:56:42 +0800 Subject: [PATCH] clean project --- .../ExampleInstrumentedTest.kt | 24 ------------------- .../lt2333/simplicitytools/ExampleUnitTest.kt | 17 ------------- 2 files changed, 41 deletions(-) delete mode 100644 app/src/androidTest/java/com/lt2333/simplicitytools/ExampleInstrumentedTest.kt delete mode 100644 app/src/test/java/com/lt2333/simplicitytools/ExampleUnitTest.kt diff --git a/app/src/androidTest/java/com/lt2333/simplicitytools/ExampleInstrumentedTest.kt b/app/src/androidTest/java/com/lt2333/simplicitytools/ExampleInstrumentedTest.kt deleted file mode 100644 index a98f8794..00000000 --- a/app/src/androidTest/java/com/lt2333/simplicitytools/ExampleInstrumentedTest.kt +++ /dev/null @@ -1,24 +0,0 @@ -package com.lt2333.simplicitytools - -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.lt2333.simplicitytools", appContext.packageName) - } -} \ No newline at end of file diff --git a/app/src/test/java/com/lt2333/simplicitytools/ExampleUnitTest.kt b/app/src/test/java/com/lt2333/simplicitytools/ExampleUnitTest.kt deleted file mode 100644 index 5f53f4f7..00000000 --- a/app/src/test/java/com/lt2333/simplicitytools/ExampleUnitTest.kt +++ /dev/null @@ -1,17 +0,0 @@ -package com.lt2333.simplicitytools - -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