Fix all build errors in unit tests. Restore execution of core mapping tests.

This commit is contained in:
Blake Watters
2012-09-24 22:44:20 -04:00
parent 29aa4f19a8
commit 235f5fc579
47 changed files with 2442 additions and 5471 deletions

View File

@@ -38,6 +38,7 @@ typedef RKObjectMapping *(^RKDynamicMappingDelegateBlock)(id);
@param block The block object to invoke to select the object mapping with which to map the given object representation.
*/
- (void)setObjectMappingForDataBlock:(RKDynamicMappingDelegateBlock)block;
// TODO: Better method signature...
/**
Defines a dynamic mapping rule stating that when the value of the key property matches the specified value, the given mapping should be used to map the representation.