Skip to content

Instantly share code, notes, and snippets.

@ShonFrazier
Created November 11, 2013 17:59
Show Gist options
  • Save ShonFrazier/7417417 to your computer and use it in GitHub Desktop.
Save ShonFrazier/7417417 to your computer and use it in GitHub Desktop.
Awesome tests for your Cocoa projects
Class thisClass = [self class];
BOOL conforms = class_conformsToProtocol(thisClass, @protocol(NSObject));
XCTAssert(!conforms, @"*gasp*");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment