Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能告诉我 senTesting、OCUnit 和 GHUnit 测试的区别。
SenTesting 和 OCUnit 是否相同?
如果您有任何相关文件,请标记
@提前致谢
OCUnit 包括 SenTestingKit。OCUnit 随 Xcode 一起提供。
GHUnit 是一种替代测试套件。由于 SenTestingKit 的某些限制(例如无法在测试类中设置断点),它过去常常优先使用 SenTestingKit。但是,这些限制已在 SenTestingKit 的最新版本中删除。
总而言之,SenTestingKit 现在是一个不错的选择。
这篇博文很好地描述了这种情况:
http://longweekendmobile.com/2011/04/15/unit-testing-in-xcode-4-use-ocunit-and-sentest-instead-of-ghunit/