// // SampleTests.m // SampleTests // // Created by Stewart Gleadow on 12/06/13. // Copyright (c) 2013 yourcompanyname. All rights reserved. // #import @interface SampleTests : SenTestCase @end @implementation SampleTests - (void)testExample { STAssertTrue(YES, @"Sample passing unit test"); } @end