From 9787b06a5367a8c73cc0b394b5ef9c392c90d516 Mon Sep 17 00:00:00 2001 From: renpengfei Date: Thu, 27 May 2021 11:21:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0auther?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shadowlayoutexample/ExampleOhosTest.java | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/entry/src/ohosTest/java/com/lijiankun24/shadowlayoutexample/ExampleOhosTest.java b/entry/src/ohosTest/java/com/lijiankun24/shadowlayoutexample/ExampleOhosTest.java index 212a568..740a9f2 100644 --- a/entry/src/ohosTest/java/com/lijiankun24/shadowlayoutexample/ExampleOhosTest.java +++ b/entry/src/ohosTest/java/com/lijiankun24/shadowlayoutexample/ExampleOhosTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2021 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain an copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.lijiankun24.shadowlayoutexample; import ohos.aafwk.ability.delegation.AbilityDelegatorRegistry; @@ -5,7 +20,16 @@ import org.junit.Test; import static org.junit.Assert.assertEquals; +/** + * test + * + * @author rpf + * @since 2021-05-25 + */ public class ExampleOhosTest { + /** + * 包名test + */ @Test public void testBundleName() { final String actualBundleName = AbilityDelegatorRegistry.getArguments().getTestBundleName(); -- Gitee