gpt4 book ai didi

unit-testing - 用于测试的模拟 ionic-native

转载 作者:行者123 更新时间:2023-12-03 20:19:20 25 4
gpt4 key购买 nike

我正在编写一个我想测试的 ionic 2 应用程序。因此,我需要模拟 ionic 原生插件的能力,即我想测试应用程序如何对网络变化使用react。我尝试导入模块并覆盖其属性:

import {Network, Connection} from 'ionic-native';
Network.connection = Connection.WIFI;
但这不起作用( 'Cannot set property connection of function Network() { } which has only a getter')。有没有可能 mock 这个?

最佳答案

这个问题正在讨论here ,并且可能那些具有静态方法的类将被可注入(inject)服务所取代。

关于unit-testing - 用于测试的模拟 ionic-native,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38473115/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com