From b36867d136b743ca39f3ccb1f6dd2b36570dc86a Mon Sep 17 00:00:00 2001 From: banban <9010293+banban61@user.noreply.gitee.com> Date: Tue, 1 Jun 2021 17:15:47 +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 --- .../java/com/jungly/gridpasswordview/ExampleOhosTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/entry/src/ohosTest/java/com/jungly/gridpasswordview/ExampleOhosTest.java b/entry/src/ohosTest/java/com/jungly/gridpasswordview/ExampleOhosTest.java index 3e93bce..a60264b 100644 --- a/entry/src/ohosTest/java/com/jungly/gridpasswordview/ExampleOhosTest.java +++ b/entry/src/ohosTest/java/com/jungly/gridpasswordview/ExampleOhosTest.java @@ -6,6 +6,7 @@ import org.junit.Test; import static org.junit.Assert.assertEquals; public class ExampleOhosTest { + //UI组件,不涉及单元测试 @Test public void testBundleName() { final String actualBundleName = AbilityDelegatorRegistry.getArguments().getTestBundleName(); -- Gitee