mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 20:31:13 +08:00
Improved error output for failed expectations
This commit is contained in:
@@ -77,4 +77,11 @@
|
||||
*/
|
||||
@property (nonatomic, copy, readonly) BOOL (^evaluationBlock)(RKObjectAttributeMapping *mapping, id value);
|
||||
|
||||
/**
|
||||
Returns a string summary of the expected keyPath mapping within the expectation
|
||||
|
||||
@return A string describing the expected sourceKeyPath to destinationKeyPath mapping.
|
||||
*/
|
||||
- (NSString *)mappingDescription;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user