Skip to content

Instantly share code, notes, and snippets.

@hartbit
Created March 12, 2014 13:37
Show Gist options
  • Save hartbit/9507061 to your computer and use it in GitHub Desktop.
Save hartbit/9507061 to your computer and use it in GitHub Desktop.
id mockFileManager = mock([NSFileManager class]);
[given([mockFileManager removeItemAtURL:notNilValue() error:notNilValue()]) willReturnBool:YES];
MKTArgumentCaptor* argument = [MKTArgumentCaptor new];
[verify(mockFileManager) removeItemAtURL:notNilValue() error:[argument capture]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment