提交 352721dd 编写于 作者: Z zhangfuzhi

新增枚举用例

Signed-off-by: Nzhangfuzhi <zhangfuzhi1@huawei.com>
上级 fe770953
......@@ -1013,5 +1013,20 @@ export default function NetworkManagerMdnsTest() {
}
});
});
/**
* @tc.number SUB_Telephony_NetManager_MdnsError_0100
* @tc.name Test MdnsError enum
* @tc.desc Function test
*/
it('SUB_Telephony_NetManager_MdnsError_0100', 0, async function (done) {
let caseName = 'SUB_Telephony_NetManager_MdnsError_0100';
expect(mdns.MdnsError.INTERNAL_ERROR == 0 ).assertTrue();
expect(mdns.MdnsError.ALREADY_ACTIVE == 1 ).assertTrue();
expect(mdns.MdnsError.MAX_LIMIT == 2 ).assertTrue();
console.info(caseName + "test finish!");
done();
});
});
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册