Sha256: a00b530380bb5ae0fa48696cc6f72fe5cf5102967926d0a94f336aa0fdb2812b
Contents?: true
Size: 654 Bytes
Versions: 2
Compression:
Stored size: 654 Bytes
Contents
// // TestProjectTests.m // TestProjectTests // // Created by Blake Watters on 10/9/13. // Copyright (c) 2013 TripAdvisor. All rights reserved. // #import <XCTest/XCTest.h> @interface TestProjectTests : XCTestCase @end @implementation TestProjectTests - (void)setUp { [super setUp]; // Put setup code here. This method is called before the invocation of each test method in the class. } - (void)tearDown { // Put teardown code here. This method is called after the invocation of each test method in the class. [super tearDown]; } - (void)testExample { XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); } @end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
trip_advisor-0.0.21 | spec/fixtures/project.git/TestProjectTests/TestProjectTests.m |
trip_advisor-0.0.15 | spec/fixtures/project.git/TestProjectTests/TestProjectTests.m |