mflint/SwiftMock

Feature comparison with OCMock

fatuhoku opened this issue · 0 comments

I'd love to test my code with Swift. I want to know whether SwiftMock can do stubbing, test spies (partial mocks) etc. and other things that I can do with OCMock before even attempting to pick up and use SwiftMock.

What'd be nice is a table of like-for-like syntax comparison with OCMock. Not only will that demonstrate what's missing, but also it'll serve as a cheatsheet for those who want to translate their tests to Swift.