// // P4ObjectLayerTests.m // P4ObjectLayerTests // // Created by Michael Bishop on 3/18/11. // Copyright 2011 Numerical Garden LLC. All rights reserved. // #import "P4ObjectLayerTests.h" @implementation P4ObjectLayerTests - (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 P4ObjectLayerTests"); } @end