For method signature
- (void)insertValue:(NSUInteger)value;
I'm trying to see if insertValue for any value never gets called.
[verifyCount(test, never()) insertValue:0];
Since compiler complains anything() primitive types, how do I test this?