Sha256: 97b4a6cc8d9f1307d2d58c6c1fc0795a71a83b51d47cfdc2efd6b29aaac98f4f
Contents?: true
Size: 625 Bytes
Versions: 13
Compression:
Stored size: 625 Bytes
Contents
// // dummyTests.m // dummyTests // // Created by Mark Larsen on 4/27/14. // Copyright (c) 2014 marklarr. All rights reserved. // #import <XCTest/XCTest.h> @interface dummyTests : XCTestCase @end @implementation dummyTests - (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
13 entries across 13 versions & 1 rubygems