// // CADRTests.m // CADRTests // // Created by Greg Gilley on 11/27/12. // Copyright (c) 2012 Greg Gilley. All rights reserved. // #import "CADRTests.h" @implementation CADRTests - (void)setUp { [super setUp]; // Set-up code here. } - (void)tearDown { // Tear-down code here. [super tearDown]; } - (void)testExample { STFail(@"Unit tests are not implemented yet in CADRTests"); } @end