// // DrexTests.m // DrexTests // // Created by Filipp Lepalaan on 21.7.2011. // Copyright 2011 __MyCompanyName__. All rights reserved. // #import "DrexTests.h" @implementation DrexTests - (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 DrexTests"); } @end