Inherits from NSObject
Declared in EXPExpect.h

Properties

Not

@property (nonatomic, readonly) EXPExpect *Not

actual

@property (nonatomic, readonly) id actual

actualBlock

@property (nonatomic, copy) EXPIdBlock actualBlock

asynchronous

@property (nonatomic) BOOL asynchronous

failureMessageForNotToBlock

@property (nonatomic, copy) EXPStringBlock failureMessageForNotToBlock

failureMessageForToBlock

@property (nonatomic, copy) EXPStringBlock failureMessageForToBlock

fileName

@property (nonatomic) char *fileName

isGoing

@property (nonatomic, readonly) EXPExpect *isGoing

isNotGoing

@property (nonatomic, readonly) EXPExpect *isNotGoing

lineNumber

@property (nonatomic) int lineNumber

matchBlock

@property (nonatomic, copy) EXPBoolBlock matchBlock

matcherName

@property (nonatomic, readonly) void ( ^ ) matcherName

negative

@property (nonatomic) BOOL negative

prerequisiteBlock

@property (nonatomic, copy) EXPBoolBlock prerequisiteBlock

testCase

@property (nonatomic, assign) id testCase

Class Methods

expectWithActualBlock:testCase:lineNumber:fileName:

+ (EXPExpect *)expectWithActualBlock:(id)actualBlock testCase:(id)testCase lineNumber:(int)lineNumber fileName:(char *)fileName

Instance Methods

applyMatcher:

- (void)applyMatcher:(NSObject **)actual

initWithActualBlock:testCase:lineNumber:fileName:

- (id)initWithActualBlock:(id)actualBlock testCase:(id)testCase lineNumber:(int)lineNumber fileName:(char *)fileName