PNObject/Example/Pods/Expecta/Expecta/Matchers/EXPMatchers+contain.h
2015-12-31 16:06:21 +01:00

6 lines
199 B
Objective-C

#import "Expecta.h"
EXPMatcherInterface(_contain, (id expected));
EXPMatcherInterface(contain, (id expected)); // to aid code completion
#define contain(expected) _contain(EXPObjectify((expected)))