Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How can i get OCMock to let me stub a category method on a UIKit class?

Adding OCMock causes Test to launch main app instead of running tests

OCMock: Mocking protocols with excluding optional methods

objective-c ios tdd ocmock

Mocking a method in OCMock for all instances of a class