未验证 提交 b64f0635 编写于 作者: O openharmony_ci 提交者: Gitee

!7882 新增MDNS接口用例

Merge pull request !7882 from zhangfuzhi/master
/**
* Copyright (C) 2022 Huawei Device Co., Ltd.
* Copyright (C) 2022-2023 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 a copy of the License at
......@@ -12,8 +12,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import Telephony_NETMANAGER_TestDNSTest from './NetworkManagerDNS.test.js'
import Telephony_NETMANAGER_TestDNSTest from './NetworkManagerDNS.test.js';
import Telephony_NETMANAGER_MDNSTest from './NetworkManagerMdns.test';
export default function testsuite() {
Telephony_NETMANAGER_TestDNSTest()
Telephony_NETMANAGER_TestDNSTest();
Telephony_NETMANAGER_MDNSTest();
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册