Skip to content

Instantly share code, notes, and snippets.

@klaaspieter
Created February 10, 2014 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klaaspieter/8916791 to your computer and use it in GitHub Desktop.
Save klaaspieter/8916791 to your computer and use it in GitHub Desktop.
XCTAssertTrue([BRYEqualsBuilder buildWithBlock:^(BRYEqualsBuilder *builder) {
[builder appendObject:@"foo" otherObject:@"foo"];
[builder appendBool:YES otherBool:YES];
[builder appendFloat:0.5 otherFloat:0.5];
}].isEqual, "Values should be equal");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment