From bc31a4f16ebff7e165087af11d84b1a6c4960ff5 Mon Sep 17 00:00:00 2001 From: wangpeng Date: Thu, 27 May 2021 11:29:37 +0800 Subject: [PATCH] =?UTF-8?q?UT=E6=B7=BB=E5=8A=A0=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../securestoragetest/ExampleOhosTest.java | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/entry/src/ohosTest/java/com/de/adorsys/ohos/securestoragetest/ExampleOhosTest.java b/entry/src/ohosTest/java/com/de/adorsys/ohos/securestoragetest/ExampleOhosTest.java index 7984229..648d974 100644 --- a/entry/src/ohosTest/java/com/de/adorsys/ohos/securestoragetest/ExampleOhosTest.java +++ b/entry/src/ohosTest/java/com/de/adorsys/ohos/securestoragetest/ExampleOhosTest.java @@ -1,3 +1,19 @@ +/* + * 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.de.adorsys.ohos.securestoragetest; import ohos.aafwk.ability.delegation.AbilityDelegatorRegistry; @@ -8,6 +24,12 @@ import java.lang.reflect.Method; import static org.junit.Assert.assertEquals; +/** + * ExampleOhosTest + * + * @author wp + * @since 2021-05-19 + */ public class ExampleOhosTest { @Test public void testBundleName() { -- Gitee