Home | History | Annotate | Download | only in testing

Lines Matching full:noerr

79 // Generates a failure when a1 != noErr
89 if (a1value != noErr) { \
90 NSString *_expression = [NSString stringWithFormat:@"Expected noErr, got %ld for (%s)", (long)a1value, #a1]; \
99 [self failWithException:[NSException failureInRaise:[NSString stringWithFormat:@"(%s) == noErr fails", #a1] \