Search code examples
OCMock confuses references in a threaded environment...


objective-cocmock

Read More
How can i unit test an object internal to a method in Objective-C?...


objective-cunit-testingmockingocmock

Read More
Mocking a pointer to a pointer in Objective-C...


objective-cmockingocmock

Read More
How to mock class method (+)?...


objective-cunit-testingmockingstatic-methodsocmock

Read More
How can I mock an NSZone?...


objective-cocmock

Read More
Unexpected crash using OCMock, mocking 'mutableCopy' on an NSString...


iosocmockgh-unit

Read More
OCMock Argument Match on Double Pointer...


objective-cocmock

Read More
Unit Tests are always "successful" after adding OCMock...


cocoaunit-testingframeworksocmocksentestingkit

Read More
Failing to import OCMock headers into iOS project...


iphoneiosxcodeocmock

Read More
How to mock a class which calls an invokation block?...


objective-ctddfmdbocmockinvocation

Read More
Can I set up an OCMock object to expect a char * argument?...


iosmacoscocoaocmock

Read More
Assert that message is sent to self OCUnit...


objective-ctddocunitocmock

Read More
Test a method that has been refactored (split up into multiple methods)?...


objective-cunit-testingtddocmock

Read More
Mock a class whose methods are invoked in the test case...


objective-cunit-testingocmock

Read More
why is this OCMock verify failing?...


objective-ciosocmock

Read More
GHUnit, OCMock: how to test if one of two specified block is called?...


objective-ciosunit-testingocmock

Read More
OCMock in a block context...


objective-ciosobjective-c-blocksocmock

Read More
Use OCMock to verify if a method is invoked...


iphoneobjective-cocmocksentestingkit

Read More
Using partialMockForObject to do singleton class mock, how to create a method like "removeAllEx...


singletonocmock

Read More
Unit testing with OCMock and MagicalRecord...


objective-ccore-datatddocmockmagicalrecord

Read More
OCMock with Core Data/Mogenerator throws exception NSInvalidArgumentException [NSProxy doesNotRecogn...


cocoaunit-testingcore-dataocmockmogenerator

Read More
OCMock, why can't I expect method on a protocol?...


objective-ciosmockingocmock

Read More
overwriting a method via stubbing with OCMock...


objective-cocunitocmock

Read More
why can I not just pass an int or bool directly into the OCMock's "andReturnValue" arg...


objective-cocunitocmock

Read More
Stub Methods with Block Arguments...


objective-c-blocksocmock

Read More
How do you mock out private properties with OCMock for iOS?...


objective-cioscocoa-touchunit-testingocmock

Read More
OCMock does not recognize called selector...


objective-cunit-testingocmock

Read More
How can I get OCMock under ARC to stop nilling an NSProxy subclass set using a weak property?...


objective-cunit-testingautomatic-ref-countingocmocknsproxy

Read More
Mocking KVO with OCMock...


objective-ccocoaunit-testingkey-value-observingocmock

Read More
OCMock andReturn for different value based on the same mock instance, unexpected return value....


iosocmock

Read More
BackNext