Sha256: 69465cfa12fa28d70f3e6eb5c6bd984a0935878dc2724b0cefe574fa46025b87
Contents?: true
Size: 387 Bytes
Versions: 24
Compression:
Stored size: 387 Bytes
Contents
#import <Foundation/Foundation.h> @interface NSObject (Expecta) #ifdef USE_XCTEST - (void)recordFailureWithDescription:(NSString *)description inFile:(NSString *)filename atLine:(NSUInteger)lineNumber expected:(BOOL)expected; #else - (void)failWithException:(NSException *)exception; #endif @end
Version data entries
24 entries across 8 versions & 2 rubygems