Skip to content

Instantly share code, notes, and snippets.

View NxSoftware's full-sized avatar

Steve Wilford NxSoftware

View GitHub Profile
@NxSoftware
NxSoftware / Unit Test Coverage
Created January 17, 2015 11:13
A somewhat meta test case for testing whether the specified prefixed classes have matching unit test case classes.
#import <UIKit/UIKit.h>
#import <XCTest/XCTest.h>
#import <objc/runtime.h>
@interface UnitTestCoverageTests : XCTestCase
@end
@implementation UnitTestCoverageTests