Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Reset singleton instance to nil after each test case

How can I get OCMock under ARC to stop nilling an NSProxy subclass set using a weak property?

How to mock an object with OCMock which isn't passed as a parameter to method?

OCMock and block testing, executing

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