From 0321c063247a1a43d5129e013e6c06d6f0a3b550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E5=85=B5=E5=85=B5?= Date: Tue, 1 Jun 2021 17:18:36 +0800 Subject: [PATCH] =?UTF-8?q?update=20entry/src/ohosTest/java/com/hos/expand?= =?UTF-8?q?abletextview/ExampleOhosTest.java.=20=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/hos/expandabletextview/ExampleOhosTest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/entry/src/ohosTest/java/com/hos/expandabletextview/ExampleOhosTest.java b/entry/src/ohosTest/java/com/hos/expandabletextview/ExampleOhosTest.java index 7c6b001..d7ea0d1 100644 --- a/entry/src/ohosTest/java/com/hos/expandabletextview/ExampleOhosTest.java +++ b/entry/src/ohosTest/java/com/hos/expandabletextview/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