// // FeedbackDemoTests.m // FeedbackDemoTests // // Created by Andrew Wooster on 3/18/11. // Copyright 2011 Apptentive, Inc.. All rights reserved. // #import "FeedbackDemoTests.h" @implementation FeedbackDemoTests - (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 FeedbackDemoTests"); } @end