What's the best way to assert on a UIImage in a unit test?...
Read MoreHow to stub CocoaLumberjack or NSLog with OCMockito...
Read MoreCompilation error with OCMockito verify and NSError**...
Read MoreOcMock vs OcMockito - what are pros and cons...
Read MoreDoes OCMockito reset invocation count after a verify() call?...
Read MoreHow to write unit test for method which instantiates collaborators inside itself?...
Read MoreOCMockito how to capture block and match any other primitive arguments?...
Read MoreUsing OCMockito to mock methods that are void...
Read MoreOCMockito get count of invocations on mock...
Read MoreHow to stub a method that returns void...
Read MoreOCMockito stub singleton shared instance method...
Read MoreOCMockito / OCHamcrest verify array contains object property...
Read MoreOCMockito: RACObserve a mocked object always fail...
Read MoreOCMockito: verify that a method of a mock is called sometime in the future...
Read MoreTest code with dispatch_async calls...
Read MoreUnit test case for call back methods ios...
Read MoreIs there a way in OCMockito to make stubs fail when an unknown method is called?...
Read MoreOCMockito - Verify order of method invocations...
Read MoreVerify method call within init* with OCMockito...
Read MoreUnit testing with OCMockito mocking UIImage...
Read MoreFeature tests with KIF: beforeEach is called after my view controller is loaded?...
Read MoreTesting blocks with Xcode 6 and OCMockito...
Read MoreMock internal calls of a another class methods...
Read MoreHow to stub multiple method calls in OCMockito...
Read MoreHow does one unit test code that interacts with the Core Bluetooth APIs?...
Read MoreOCMockito anything() for primitive types...
Read MoreOCMockito capturing primitive types?...
Read MoreOCMockito mocking calls with block...
Read MoreHow to use OCMockito to check the value inserted into UserDefault...
Read MoreQuestions about OCMockito setup with Cocoapods...
Read More