Sha256: 9d93713aef012cc113f5b7bfe7d3d274f6c4780f4c88f6fb3287aafac244b78b
Contents?: true
Size: 393 Bytes
Versions: 24
Compression:
Stored size: 393 Bytes
Contents
// // EXPMatcher.h // Expecta // // Created by Luke Redpath on 26/03/2012. // Copyright (c) 2012 Peter Jihoon Kim. All rights reserved. // #import <Foundation/Foundation.h> @protocol EXPMatcher <NSObject> - (BOOL)matches:(id)actual; @optional - (BOOL)meetsPrerequesiteFor:(id)actual; - (NSString *)failureMessageForTo:(id)actual; - (NSString *)failureMessageForNotTo:(id)actual; @end
Version data entries
24 entries across 8 versions & 2 rubygems