diff --git a/app/build.gradle b/app/build.gradle index 8e219ef..317f76c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,7 +33,6 @@ android { targetSdk 33 versionCode 64 versionName "1.2.1" - testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" signingConfig signingConfigs.release archivesBaseName = "FoxMMM-v$versionName" } diff --git a/app/src/androidTest/java/com/fox2code/mmm/ExampleInstrumentedTest.java b/app/src/androidTest/java/com/fox2code/mmm/ExampleInstrumentedTest.java deleted file mode 100644 index 944e414..0000000 --- a/app/src/androidTest/java/com/fox2code/mmm/ExampleInstrumentedTest.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.fox2code.mmm; - -import android.content.Context; - -import androidx.test.platform.app.InstrumentationRegistry; -import androidx.test.ext.junit.runners.AndroidJUnit4; - -import org.junit.Test; -import org.junit.runner.RunWith; - -import static org.junit.Assert.*; - -/** - * Instrumented test, which will execute on an Android device. - * - * @see Testing documentation - */ -@RunWith(AndroidJUnit4.class) -public class ExampleInstrumentedTest { - @Test - public void useAppContext() { - // Context of the app under test. - Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext(); - assertEquals("com.fox2code.mmm", appContext.getPackageName()); - } -} \ No newline at end of file diff --git a/app/src/test/java/com/fox2code/mmm/ExampleUnitTest.java b/app/src/test/java/com/fox2code/mmm/ExampleUnitTest.java deleted file mode 100644 index 60c5bf7..0000000 --- a/app/src/test/java/com/fox2code/mmm/ExampleUnitTest.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.fox2code.mmm; - -import org.junit.Test; - -import static org.junit.Assert.*; - -/** - * Example local unit test, which will execute on the development machine (host). - * - * @see Testing documentation - */ -public class ExampleUnitTest { - @Test - public void addition_isCorrect() { - assertEquals(4, 2 + 2); - } -} \ No newline at end of file