Sha256: 07ba60c4e392aba820a9e96f31e9b08b7e93b4e45c2c8a067883c5fcc32b16d2
Contents?: true
Size: 633 Bytes
Versions: 8
Compression:
Stored size: 633 Bytes
Contents
// // SampleTests.m // SampleTests // // Created by Delisa Mason on 8/2/14. // Copyright (c) 2014 Delisa Mason. All rights reserved. // #import <XCTest/XCTest.h> @interface SampleTests : XCTestCase @end @implementation SampleTests - (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
8 entries across 8 versions & 1 rubygems