Sha256: a6106c2294c40d7404938e72ad026dc30b0c7ca8e2d84b71cf68eae103976d5b
Contents?: true
Size: 604 Bytes
Versions: 28
Compression:
Stored size: 604 Bytes
Contents
// // testTests.m // testTests // // Created by tripleCC on 05/10/2018. // Copyright (c) 2018 tripleCC. All rights reserved. // @import XCTest; @interface Tests : XCTestCase @end @implementation Tests - (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
28 entries across 28 versions & 1 rubygems