OcMock vs OcMockito - 优缺点是什么

OcMock vs OcMockito - what are pros and cons

对于 iOS tdd testing/mocking 你会推荐哪个框架?我听说 OcMock 存在时间更长,而且更轻量级。任何人都可以提供一些优缺点的例子或演示每个的一些优点。我只是在寻找一个快速的标准模拟框架,但我想知道每个框架的所有 drawbacks/benefits。

http://www.objc.io/issue-15/mocking-stubbing.html

上已经有某种比较

基本上可以归结为:

OCMock has a lot more functionality than OCMockito, which, depending on your personal preference, could be a benefit or a drawback.

Both are installable via CocoaPods, so they’re easy to integrate with your existing test setup

我是 iOS 测试的新手,所以我只是把它留在这里以向任何人指出正确的方向,直到其他人提供更详尽的答案。