From 38bac676c001a66b0152d7dc15a2e3a6381e8c25 Mon Sep 17 00:00:00 2001 From: zhoulei <1090447721@qq.com> Date: Wed, 2 Jun 2021 14:42:00 +0800 Subject: [PATCH] =?UTF-8?q?README=E4=BF=AE=E6=94=B9=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 13 +++++++++++++ .../ExampleOhosTest.java | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e37fd42 --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ +Copyright 2016 LinHongHong + +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 a 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. \ No newline at end of file diff --git a/entry/src/ohosTest/java/com/lhh/apst/advancedpagerslidingtabstrip/ExampleOhosTest.java b/entry/src/ohosTest/java/com/lhh/apst/advancedpagerslidingtabstrip/ExampleOhosTest.java index 32f5309..3a90f01 100644 --- a/entry/src/ohosTest/java/com/lhh/apst/advancedpagerslidingtabstrip/ExampleOhosTest.java +++ b/entry/src/ohosTest/java/com/lhh/apst/advancedpagerslidingtabstrip/ExampleOhosTest.java @@ -5,6 +5,9 @@ import org.junit.Test; import static org.junit.Assert.assertEquals; +/** + * 纯UI组件,无法提供详细单元测试 + */ public class ExampleOhosTest { @Test public void testBundleName() { -- Gitee