Sha256: 07bb9b314909f65588697f7b03c4e66fae6a436a9074b8abc4db3169384723b8
Contents?: true
Size: 665 Bytes
Versions: 9
Compression:
Stored size: 665 Bytes
Contents
// // TestProjectTests.m // TestProjectTests // // Created by Fabio Gallonetto on 27/01/2014. // Copyright (c) 2014 Future Workshops. 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
9 entries across 9 versions & 1 rubygems