单元测试用例:XCTestCase vs Sentestcase
Posted
技术标签:
【中文标题】单元测试用例:XCTestCase vs Sentestcase【英文标题】:Unit test case :XCTestCase vs Sentestcase 【发布时间】:2014-07-28 02:13:59 【问题描述】:我正在为我的应用程序编写测试用例。只是想知道在 XctestCase 和 SentestCase 之间选择哪一个?
我们将不胜感激。
【问题讨论】:
【参考方案1】:Apple 在 2014 年 3 月发布的 Xcode 5.1 中弃用了 OCUnit (SenTestingKit)。
【讨论】:
以上是关于单元测试用例:XCTestCase vs Sentestcase的主要内容,如果未能解决你的问题,请参考以下文章
从命令行从 iOS 中的测试套件运行单个/可选测试用例(XCTestCase)