From 8d8069787624490beea8c069692a538ffa6157ed Mon Sep 17 00:00:00 2001 From: TFStudy <3202410880@qq.com> Date: Tue, 1 Jun 2021 16:47:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/cn/pedant/SafeWebViewBridge/ExampleOhosTest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sample/src/ohosTest/java/cn/pedant/SafeWebViewBridge/ExampleOhosTest.java b/sample/src/ohosTest/java/cn/pedant/SafeWebViewBridge/ExampleOhosTest.java index 4fea6bb..b94a001 100644 --- a/sample/src/ohosTest/java/cn/pedant/SafeWebViewBridge/ExampleOhosTest.java +++ b/sample/src/ohosTest/java/cn/pedant/SafeWebViewBridge/ExampleOhosTest.java @@ -6,6 +6,9 @@ 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