Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocmock

OCMock method name collision

how to unit test a NSURLConnection Delegate?

How to get the mocked value when calling isKindOfClass for an OCMock object?

Returning CGRect from mocked method crashes

iphone ios ocmock

How to mock ** parameter in OCMock in ARC

ios objective-c ocmock

EXC_BAD_ACCESS when accessing parameters in andDo of OCMock

iphone ios xcode ocunit ocmock

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

OCMock with Core Data dynamic properties problem

How do i mock a method that accepts a handle as an argument in OCMock?

How can the return value of an OCMock stub be changed?

unit-testing ocmock

Stub a Method That Returns a BOOL with OCMock

cocoa unit-testing ocmock

Passing primitives to an OCMock's stub

xcode primitive ocmock

Can OCMock run a block parameter?

ios unit-testing ocmock

How can I use OCMock to verify that a method is never called?

How to stub a class method in OCMock?

Test target X encountered an error (Early unexpected exit, operation never finished bootstrapping - no restart will be attempted

ios unit-testing xcode7 ocmock