From f0758867f08cb65f7e66f9a6c903c5a9deba024d Mon Sep 17 00:00:00 2001 From: lilinfeng-z <3211270061@qq.com> Date: Wed, 18 Aug 2021 11:19:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ExampleInstrumentedTest.java | 26 ------------------- shadowdrawable/src/main/AndroidManifest.xml | 2 -- .../sxu/shadowdrawable/ExampleUnitTest.java | 17 ------------ 3 files changed, 45 deletions(-) delete mode 100644 shadowdrawable/src/androidTest/java/com/sxu/shadowdrawable/ExampleInstrumentedTest.java delete mode 100644 shadowdrawable/src/main/AndroidManifest.xml delete mode 100644 shadowdrawable/src/test/java/com/sxu/shadowdrawable/ExampleUnitTest.java diff --git a/shadowdrawable/src/androidTest/java/com/sxu/shadowdrawable/ExampleInstrumentedTest.java b/shadowdrawable/src/androidTest/java/com/sxu/shadowdrawable/ExampleInstrumentedTest.java deleted file mode 100644 index 4ee13e9..0000000 --- a/shadowdrawable/src/androidTest/java/com/sxu/shadowdrawable/ExampleInstrumentedTest.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.sxu.shadowdrawable; - -import android.content.Context; -import android.support.test.InstrumentationRegistry; -import android.support.test.runner.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() throws Exception { - // Context of the app under test. - Context appContext = InstrumentationRegistry.getTargetContext(); - - assertEquals("com.sxu.shadowdrawable.test", appContext.getPackageName()); - } -} diff --git a/shadowdrawable/src/main/AndroidManifest.xml b/shadowdrawable/src/main/AndroidManifest.xml deleted file mode 100644 index 32b1435..0000000 --- a/shadowdrawable/src/main/AndroidManifest.xml +++ /dev/null @@ -1,2 +0,0 @@ - diff --git a/shadowdrawable/src/test/java/com/sxu/shadowdrawable/ExampleUnitTest.java b/shadowdrawable/src/test/java/com/sxu/shadowdrawable/ExampleUnitTest.java deleted file mode 100644 index beaf198..0000000 --- a/shadowdrawable/src/test/java/com/sxu/shadowdrawable/ExampleUnitTest.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.sxu.shadowdrawable; - -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() throws Exception { - assertEquals(4, 2 + 2); - } -} \ No newline at end of file -- Gitee