16 lines
453 B
Objective-C
16 lines
453 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for Expecta.
|
|
FOUNDATION_EXPORT double ExpectaVersionNumber;
|
|
|
|
//! Project version string for Expecta.
|
|
FOUNDATION_EXPORT const unsigned char ExpectaVersionString[];
|
|
|
|
#import <Expecta/ExpectaObject.h>
|
|
#import <Expecta/ExpectaSupport.h>
|
|
#import <Expecta/EXPMatchers.h>
|
|
|
|
// Enable shorthand by default
|
|
#define expect(...) EXP_expect((__VA_ARGS__))
|
|
#define failure(...) EXP_failure((__VA_ARGS__))
|