// // P4MenuTests.m // P4MenuTests // // Created by Michael Bishop on 6/16/11. // Copyright 2011 __MyCompanyName__. All rights reserved. // #import "P4MenuTests.h" @implementation P4MenuTests - (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 P4MenuTests"); } @end