From 395e82eb388b3da86938cc467fe40baf22bafc6f Mon Sep 17 00:00:00 2001 From: dirk41 <1378902882@qq.com> Date: Tue, 1 Jun 2021 14:17:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/protectsoft/webviewcodedemo/ExampleOhosTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/entry/src/ohosTest/java/com/protectsoft/webviewcodedemo/ExampleOhosTest.java b/entry/src/ohosTest/java/com/protectsoft/webviewcodedemo/ExampleOhosTest.java index 2633ebd..c1fa035 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(); -- Gitee