OCMock confuses references in a threaded environment...
Read MoreHow can i unit test an object internal to a method in Objective-C?...
Read MoreMocking a pointer to a pointer in Objective-C...
Read MoreUnexpected crash using OCMock, mocking 'mutableCopy' on an NSString...
Read MoreOCMock Argument Match on Double Pointer...
Read MoreUnit Tests are always "successful" after adding OCMock...
Read MoreFailing to import OCMock headers into iOS project...
Read MoreHow to mock a class which calls an invokation block?...
Read MoreCan I set up an OCMock object to expect a char * argument?...
Read MoreAssert that message is sent to self OCUnit...
Read MoreTest a method that has been refactored (split up into multiple methods)?...
Read MoreMock a class whose methods are invoked in the test case...
Read Morewhy is this OCMock verify failing?...
Read MoreGHUnit, OCMock: how to test if one of two specified block is called?...
Read MoreUse OCMock to verify if a method is invoked...
Read MoreUsing partialMockForObject to do singleton class mock, how to create a method like "removeAllEx...
Read MoreUnit testing with OCMock and MagicalRecord...
Read MoreOCMock with Core Data/Mogenerator throws exception NSInvalidArgumentException [NSProxy doesNotRecogn...
Read MoreOCMock, why can't I expect method on a protocol?...
Read Moreoverwriting a method via stubbing with OCMock...
Read Morewhy can I not just pass an int or bool directly into the OCMock's "andReturnValue" arg...
Read MoreStub Methods with Block Arguments...
Read MoreHow do you mock out private properties with OCMock for iOS?...
Read MoreOCMock does not recognize called selector...
Read MoreHow can I get OCMock under ARC to stop nilling an NSProxy subclass set using a weak property?...
Read MoreOCMock andReturn for different value based on the same mock instance, unexpected return value....
Read More