Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

OcMock vs OcMockito - what are pros and cons

ios xcode tdd ocmock ocmockito

Testing if performSegueWithIdentifier is called within a view controllers method

Using OCMock 1.77 for Unit and Application Test with iOS4 and Xcode 4/SDK4.3

OCMock - verifying order of method calls. Is there any other way?

ios unit-testing ocmock