Inherits from NSObject
Declared in EXPExpect.h

Tasks

Other Methods

matcherName Methods

BackwardCompatiblity Methods

Properties

Not

@property (nonatomic, readonly) EXPExpect *Not

actual

@property (nonatomic, readonly) id actual

actualBlock

@property (nonatomic, copy) EXPIdBlock actualBlock

asynchronous

@property (nonatomic) BOOL asynchronous

fileName

@property (nonatomic) char *fileName

isGoing

@property (nonatomic, readonly) EXPExpect *isGoing

isNotGoing

@property (nonatomic, readonly) EXPExpect *isNotGoing

lineNumber

@property (nonatomic) int lineNumber

matcherName

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

negative

@property (nonatomic) BOOL negative

notTo

@property (nonatomic, readonly) EXPExpect *notTo

testCase

@property (nonatomic, assign) id testCase

to

@property (nonatomic, readonly) EXPExpect *to

toNot

@property (nonatomic, readonly) EXPExpect *toNot

will

@property (nonatomic, readonly) EXPExpect *will

willNot

@property (nonatomic, readonly) EXPExpect *willNot

Class Methods

expectWithActualBlock:testCase:lineNumber:fileName:

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

Instance Methods

applyMatcher:

- (void)applyMatcher:(id<EXPMatcher>)matcher

applyMatcher:to:

- (void)applyMatcher:(id<EXPMatcher>)matcher to:(NSObject **)actual

initWithActualBlock:testCase:lineNumber:fileName:

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