From 0209ac11a18740219f95c0c86d7de4c1d2650ef2 Mon Sep 17 00:00:00 2001 From: 15296721452 <123> Date: Mon, 31 May 2021 19:59:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E5=85=83=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../andserver/util/JsonUtilsTest.java | 24 ------------------- .../com/yanzhenjie/hos/ExampleOhosTest.java | 1 + 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 entry/src/ohosTest/java/com/yanzhenjie/andserver/util/JsonUtilsTest.java diff --git a/entry/src/ohosTest/java/com/yanzhenjie/andserver/util/JsonUtilsTest.java b/entry/src/ohosTest/java/com/yanzhenjie/andserver/util/JsonUtilsTest.java deleted file mode 100644 index 550ba11..0000000 --- a/entry/src/ohosTest/java/com/yanzhenjie/andserver/util/JsonUtilsTest.java +++ /dev/null @@ -1,24 +0,0 @@ -package com.yanzhenjie.andserver.util; - -import org.junit.Test; - -import static org.junit.Assert.*; - -public class JsonUtilsTest { - - @Test - public void successfulJson() { - } - - @Test - public void failedJson() { - } - - @Test - public void toJsonString() { - } - - @Test - public void parseJson() { - } -} \ No newline at end of file diff --git a/entry/src/ohosTest/java/com/yanzhenjie/hos/ExampleOhosTest.java b/entry/src/ohosTest/java/com/yanzhenjie/hos/ExampleOhosTest.java index a552a82..d2c4e8d 100644 --- a/entry/src/ohosTest/java/com/yanzhenjie/hos/ExampleOhosTest.java +++ b/entry/src/ohosTest/java/com/yanzhenjie/hos/ExampleOhosTest.java @@ -6,6 +6,7 @@ import org.junit.Test; import static org.junit.Assert.assertEquals; public class ExampleOhosTest { + //不涉及单元测试 @Test public void testBundleName() { final String actualBundleName = AbilityDelegatorRegistry.getArguments().getTestBundleName(); -- Gitee