Using OCMock, how do I test if a method does nothing?
- (void)myMethod:(BOOL)active { if (active) { // Set property or do whatever } // Do