7 lines
186 B
Objective-C
7 lines
186 B
Objective-C
#import "Expecta.h"
|
|
|
|
EXPMatcherInterface(_beLessThan, (id expected));
|
|
EXPMatcherInterface(beLessThan, (id expected));
|
|
|
|
#define beLessThan(expected) _beLessThan(EXPObjectify((expected)))
|