UIDevice-Utils/Example/Pods/Expecta/Expecta/Matchers/EXPMatchers+beGreaterThan.h
2015-11-09 12:36:56 +01:00

7 lines
198 B
Objective-C

#import "Expecta.h"
EXPMatcherInterface(_beGreaterThan, (id expected));
EXPMatcherInterface(beGreaterThan, (id expected));
#define beGreaterThan(expected) _beGreaterThan(EXPObjectify((expected)))