提交 367115d6 编写于 作者: X xiongqiao

打印添加xts测试用例 Signed-off-by:xiongqiao3@huawei.com

Signed-off-by: Nxiongqiao <xiongqiao3@huawei.com>
上级 75539b06
...@@ -15,6 +15,6 @@ group("applications") { ...@@ -15,6 +15,6 @@ group("applications") {
testonly = true testonly = true
deps = [ deps = [
"settingsdata:settingsdata", "settingsdata:settingsdata",
"print_fwk:print_fwk" "print_fwk:print_fwk",
] ]
} }
\ No newline at end of file
# Copyright (C) 2023 Huawei Device Co., Ltd. /*
# Licensed under the Apache License, Version 2.0 (the "License"); * Copyright (c) 2023 Huawei Device Co., Ltd.
# you may not use this file except in compliance with the License. * Licensed under the Apache License, Version 2.0 (the "License");
# You may obtain a copy of the License at * 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 *
# * 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, * Unless required by applicable law or agreed to in writing, software
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * distributed under the License is distributed on an "AS IS" BASIS,
# See the License for the specific language governing permissions and * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# limitations under the License. * See the License for the specific language governing permissions and
* limitations under the License.
*/
import UIAbility from '@ohos.app.ability.UIAbility'; import UIAbility from '@ohos.app.ability.UIAbility';
import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry';
......
# Copyright (C) 2023 Huawei Device Co., Ltd. /*
# Licensed under the Apache License, Version 2.0 (the "License"); * Copyright (c) 2023 Huawei Device Co., Ltd.
# you may not use this file except in compliance with the License. * Licensed under the Apache License, Version 2.0 (the "License");
# You may obtain a copy of the License at * 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 *
# * 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, * Unless required by applicable law or agreed to in writing, software
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * distributed under the License is distributed on an "AS IS" BASIS,
# See the License for the specific language governing permissions and * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# limitations under the License. * See the License for the specific language governing permissions and
* limitations under the License.
*/
import hilog from '@ohos.hilog'; import hilog from '@ohos.hilog';
......
# Copyright (C) 2023 Huawei Device Co., Ltd. /*
# Licensed under the Apache License, Version 2.0 (the "License"); * Copyright (c) 2023 Huawei Device Co., Ltd.
# you may not use this file except in compliance with the License. * Licensed under the Apache License, Version 2.0 (the "License");
# You may obtain a copy of the License at * 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 *
# * 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, * Unless required by applicable law or agreed to in writing, software
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * distributed under the License is distributed on an "AS IS" BASIS,
# See the License for the specific language governing permissions and * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# limitations under the License. * See the License for the specific language governing permissions and
* limitations under the License.
*/
import hilog from '@ohos.hilog'; import hilog from '@ohos.hilog';
import TestRunner from '@ohos.application.testRunner'; import TestRunner from '@ohos.application.testRunner';
......
# Copyright (C) 2023 Huawei Device Co., Ltd. /*
# Licensed under the Apache License, Version 2.0 (the "License"); * Copyright (c) 2023 Huawei Device Co., Ltd.
# you may not use this file except in compliance with the License. * Licensed under the Apache License, Version 2.0 (the "License");
# You may obtain a copy of the License at * 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 *
# * 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, * Unless required by applicable law or agreed to in writing, software
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * distributed under the License is distributed on an "AS IS" BASIS,
# See the License for the specific language governing permissions and * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# limitations under the License. * See the License for the specific language governing permissions and
* limitations under the License.
*/
import printTest from './print.test' import printTest from './print.test'
......
# Copyright (C) 2023 Huawei Device Co., Ltd. /*
# Licensed under the Apache License, Version 2.0 (the "License"); * Copyright (c) 2023 Huawei Device Co., Ltd.
# you may not use this file except in compliance with the License. * Licensed under the Apache License, Version 2.0 (the "License");
# You may obtain a copy of the License at * 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 *
# * 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, * Unless required by applicable law or agreed to in writing, software
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * distributed under the License is distributed on an "AS IS" BASIS,
# See the License for the specific language governing permissions and * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# limitations under the License. * See the License for the specific language governing permissions and
* limitations under the License.
*/
import hilog from '@ohos.hilog'; import hilog from '@ohos.hilog';
import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium' import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册