EXPMatchers+beLessThan.h 186 Bytes Raw Blame History Permalink 1 2 3 4 5 6 #import "Expecta.h" EXPMatcherInterface(_beLessThan, (id expected)); EXPMatcherInterface(beLessThan, (id expected)); #define beLessThan(expected) _beLessThan(EXPObjectify((expected)))