diff --git a/entry/src/ohosTest/java/com/protectsoft/webviewcodedemo/ExampleOhosTest.java b/entry/src/ohosTest/java/com/protectsoft/webviewcodedemo/ExampleOhosTest.java index 2633ebd649733b168f1f805b63101c22e7964db4..c1fa0358cc23c82b80d302322835277a3c5c8d64 100644 --- a/entry/src/ohosTest/java/com/protectsoft/webviewcodedemo/ExampleOhosTest.java +++ b/entry/src/ohosTest/java/com/protectsoft/webviewcodedemo/ExampleOhosTest.java @@ -6,6 +6,7 @@ import org.junit.Test; import static org.junit.Assert.assertEquals; public class ExampleOhosTest { + //(全UI应用、不支持Context等等原因)不支持单元测试 @Test public void testBundleName() { final String actualBundleName = AbilityDelegatorRegistry.getArguments().getTestBundleName();