Sha256: dc5b1129a13ab9ca38f142be255be2def2040e25cac083eb1c801501e2f8c313
Contents?: true
Size: 868 Bytes
Versions: 24
Compression:
Stored size: 868 Bytes
Contents
#import <Foundation/Foundation.h> #import "ExpectaSupport.h" #define EXPObjectify(value) _EXPObjectify(@encode(__typeof__((value))), (value)) #define EXP_expect(actual) _EXP_expect(self, __LINE__, __FILE__, ^id{ return EXPObjectify((actual)); }) #define EXPMatcherInterface(matcherName, matcherArguments) _EXPMatcherInterface(matcherName, matcherArguments) #define EXPMatcherImplementationBegin(matcherName, matcherArguments) _EXPMatcherImplementationBegin(matcherName, matcherArguments) #define EXPMatcherImplementationEnd _EXPMatcherImplementationEnd #import "EXPMatchers.h" #ifdef EXP_SHORTHAND # define expect(...) EXP_expect((__VA_ARGS__)) #endif #ifdef EXP_OLD_SYNTAX # import "EXPBackwardCompatibility.h" #endif @interface Expecta : NSObject + (NSTimeInterval)asynchronousTestTimeout; + (void)setAsynchronousTestTimeout:(NSTimeInterval)timeout; @end
Version data entries
24 entries across 8 versions & 2 rubygems