Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

How to start with OCMock and check if method was invoked

OCMock, why can't I expect method on a protocol?

objective-c ios mocking ocmock

XCTest expect method call with swift

ios swift ios8 ocmock xctest

iOS OCMock partial vs class mock

ios ocmock

What is the difference in OCMock expect and stub methods?

XCode - iOS - <OCMock/OCMock.h> file not found

ios xcode ocmock

iOS Mocking Class That Has Side Effects on Class Load

Using a struct with OCMock or Hamcrest

Verify a method was never called with OCMock 3

objective-c cocoa ocmock

how to unit testing AFNetworking request

Set readonly navigationController property on UIViewController for mocking