- Declared In:
- NSInvocation_SenTesting.h
- - hasTestCaseSignature
- - compare:
- (NSComparisonResult)compare:(NSInvocation *)anInvocation
Returns NSOrderedAscending if the selector of the receiver expressed as a string precedes the selector of anInvocation expressed as a string in lexical ordering, NSOrderedSame if the selector of the receiver and anInvocation are equivalent in lexical value, and NSOrderedDescending if the selector of the receiver follows anInvocation.
- (BOOL)hasTestCaseSignature
No method description.