Is NSInvocation class not meant to be called via unit tests (for iPhone)? My intent is to call a class\'s method generically and since the method has more than 2 parameters, I can\'t use [myTestClass
I\'m using OCMock trying to test the behavior of NSURLConnection. Here\'s the incomplete test: #include \"GTMSenTestCase.h\"
I\'m trying to write a test for a method where the output depends on an NSDate\'s timeIntervalSinceNow return value. I\'d like to specify the return value in my tests so I can test certain scenarios.