PNPullToRefresh/Example/Pods/Expecta/Expecta/Matchers/EXPMatchers+beGreaterThan.h
2016-04-27 17:24:31 +02:00

7 lines
198 B
Objective-C

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