Tagged Questions
3
votes
4answers
801 views
Using a struct with OCMock or Hamcrest
I'm hitting a road block and I'm wondering if the brilliant collective minds here can help. In ObjC CocoaTouch I'm trying to mock an object that takes struct parameters and returns a struct. OCMock is ...