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

Version Path
second_curtain-0.6.0 Demo/Pods/Headers/Expecta/Expecta.h
second_curtain-0.6.0 Demo/Pods/Expecta/src/Expecta.h
second_curtain-0.6.0 Demo/Pods/BuildHeaders/Expecta/Expecta.h
second_curtain-0.5.0 Demo/Pods/BuildHeaders/Expecta/Expecta.h
second_curtain-0.5.0 Demo/Pods/Headers/Expecta/Expecta.h
second_curtain-0.5.0 Demo/Pods/Expecta/src/Expecta.h
second_curtain-0.4.0 Demo/Pods/Headers/Expecta/Expecta.h
second_curtain-0.4.0 Demo/Pods/BuildHeaders/Expecta/Expecta.h
second_curtain-0.4.0 Demo/Pods/Expecta/src/Expecta.h
second_curtain-0.3.0 Demo/Pods/BuildHeaders/Expecta/Expecta.h
second_curtain-0.3.0 Demo/Pods/Expecta/src/Expecta.h
second_curtain-0.3.0 Demo/Pods/Headers/Expecta/Expecta.h
cocoapods-deintegrate-0.2.1 spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/Expecta.h
cocoapods-deintegrate-0.2.1 spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/Expecta.h
cocoapods-deintegrate-0.2.1 spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/Expecta.h
cocoapods-deintegrate-0.2.0 spec/fixtures/Project/StaticLibraries/Pods/Expecta/src/Expecta.h
cocoapods-deintegrate-0.2.0 spec/fixtures/Project/StaticLibraries/Pods/Headers/Public/Expecta/Expecta.h
cocoapods-deintegrate-0.2.0 spec/fixtures/Project/StaticLibraries/Pods/Headers/Private/Expecta/Expecta.h
second_curtain-0.2.4 Demo/Pods/Expecta/src/Expecta.h
second_curtain-0.2.4 Demo/Pods/Headers/Expecta/Expecta.h