NSDate_Utils/Example/Pods/Expecta/Expecta/Matchers/EXPMatchers+beLessThan.h
2015-12-22 13:58:16 +01:00

7 lines
186 B
Objective-C

#import "Expecta.h"
EXPMatcherInterface(_beLessThan, (id expected));
EXPMatcherInterface(beLessThan, (id expected));
#define beLessThan(expected) _beLessThan(EXPObjectify((expected)))