Skip to content

Instantly share code, notes, and snippets.

@miwillhite
Created April 16, 2014 04:04
Show Gist options
  • Save miwillhite/10805432 to your computer and use it in GitHub Desktop.
Save miwillhite/10805432 to your computer and use it in GitHub Desktop.
// The declaration
@property (nonatomic, readonly, getter = hasTrackingEnabled) BOOL trackingEnabled;
// The spec
[[[targetMock expect] andReturnValue:@YES] hasTrackingEnabled];
// The failure
// Return value does not match method signature; signature declares 'B' but value is 'c'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment