diff --git a/entry/src/ohosTest/java/com/jungly/gridpasswordview/ExampleOhosTest.java b/entry/src/ohosTest/java/com/jungly/gridpasswordview/ExampleOhosTest.java index 3e93bce30daca81bcbc718abbd666a3452d35ab0..a60264b9502881a50fefff1afa48de81b579803a 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();