gpt4 book ai didi

ios - Swift:单元测试页面跳转

转载 作者:行者123 更新时间:2023-11-30 12:30:27 28 4
gpt4 key购买 nike

 let storyboard = UIStoryboard(name: "Notification", bundle: Bundle.main)
let vc = storyboard.instantiateInitialViewController() as! Notification
vc.modalTransitionStyle = .coverVertical
vc.modalPresentationStyle = .overFullScreen
self.present(vc, animated: false, completion:nil)

我想测试当前页面是否会导航到“通知”页面,我不知道如何测试它。在Objective-C中,我们可以使用OCMock来测试。大家有什么好的方法吗?

最佳答案

我的观点是,为此目的您需要使用 UITest 而不是 UnitTest。

希望这会有所帮助。祝您一切顺利。

关于ios - Swift:单元测试页面跳转,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43625773/

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