Search code examples
OCMock - is a call to "verify" needed to assert that a method is called on the mock object...


objective-ciosxcodeocmock

Read More
How to mock response from AFNetworking with OCMock in Swift?...


iosswiftunit-testingnetwork-programmingocmock

Read More
Stub a class method on an OCMPartialMock?...


iosobjective-cclass-methodocmock

Read More
Stub a Method That Returns a BOOL with OCMock...


cocoaunit-testingocmock

Read More
[OCMock][OCMProtocolMock][OCMStub]When I OCMProtocolMock a protocol(This protocol has a method),How ...


iosocmock

Read More
[OCMock][OCMVerify]Why does OCMVerify still pass when I don’t call a method?...


iosobjective-cocmock

Read More
OCMock method name collision...


iosobjective-cunit-testingocmock

Read More
Did not record an invocation in OCMStub/OCMExpect/OCMReject...


objective-cxctestocmock

Read More
mocking UIImagePNGRepresentation...


iosobjective-cunit-testinguiimageocmock

Read More
OCMock test if method does nothing but is called...


objective-cxctestocmock

Read More
Test target X encountered an error (Early unexpected exit, operation never finished bootstrapping - ...


iosunit-testingxcode7ocmock

Read More
OCMock/OCMVerify - Expression result unused...


iosxcodexctestocmock

Read More
OCMock for dispatch_async without callback...


iosobjective-cocmockdispatch-async

Read More
OCMock: invokeBlockWithArgs vs checkWithBlock...


iosobjective-cocmock

Read More
OCMock: OCMVerify times gets wrong count when using OCMPartialMock...


iosocmock

Read More
Is there a way to test an instance variable in objective c?...


objective-ccocoapropertiesinstance-variablesocmock

Read More
OCMock - partial mocking [UIAlertView alloc]...


iosiphoneobjective-cocmock

Read More
How to mock a property of an object conforming to a protocol and mocked by OCMock?...


iosobjective-cunit-testingtddocmock

Read More
How to stub a call to a method with a reference argument?...


objective-cunit-testingocmock

Read More
How to partial mock objects of the same class twice in OCMock 3.4.2?...


iosobjective-ciphoneocmock

Read More
OcMock vs OcMockito - what are pros and cons...


iosxcodetddocmockocmockito

Read More
OCMock3 Integration Issue with IOS...


iosobjective-ciphoneunit-testingocmock

Read More
OcMock - Stub / expect / stopmocking...


objective-cocmock

Read More
OCMock: return the same value as get by parameter...


iosobjective-cunit-testingocmock

Read More
I can mock NSHTTPURLResponse's status but not its allHeaderFields...


iosobjective-cocmock

Read More
OCMock notification observer - verifying the object...


objective-cunit-testingocmock

Read More
How to stub a class method with response block using OCMock...


ocmock

Read More
Passing primitives to an OCMock's stub...


xcodeprimitiveocmock

Read More
How to use OCMock to verify that an asynchronous method does not get called in Objective C?...


objective-cxcodeunit-testingasynchronousocmock

Read More
Calling OCMStub and OCMReject on the same method...


objective-cxctestocmock

Read More
BackNext