Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocmock

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

Test Core Data Application

Objective C - Unit testing & Mocking object?

stub method with block of code as parameter with OCMock

ios block stub ocmock

Mocking C library functions in Objective-C

Returning an NSString from an NSInvocation using setReturnValue

XCTest fails when calling [NSBundle mainBundle]

OCMock expect and return gives signature error

ios objective-c ocmock

How to init an object with stubbed values with OCMock

OCMock Failing at runtime

How to mock class method (+)? [duplicate]

Unit Testing with NSURLSession for OCMock

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

OCMock doesn't stub NSBundle method

Delayed OCMock verify / Dealing with Timeout in Unit Tests

OCMock "expected method was not invoked" even though I'm calling it myself

OCMock and NSFileManager

ios nsfilemanager ocmock

How to unit-test an internet protocol implementation?

ocmock's invokeBlockWithArgs using a nil argument

ocmock

How to I capture an argument sent to a mock?

objective-c ios ocmock