Nickolay Tarbayev

Results 3 issues of Nickolay Tarbayev

In method: ``` - (id)objectWithData:(NSData *)jsonData error:(NSError **)error { if(jsonData == NULL) { [NSException raise:NSInvalidArgumentException format:@"The jsonData argument is NULL."]; } return([self objectWithUTF8String:(const unsigned char *)[jsonData bytes] length:[jsonData length] error:error]);...

## Changes in this pull request Previously diff calculation resulted in redundant list of moves, for example diff for the following array pair: [ 0, 1, 2, 3, 4, 5...

CLA Signed

It's now possible to create mocks for multiple protocols and also for class and protocols combination.

waiting for update