Sha256: d4fb0950b98c1318d7a30b7207c150bd3b995f23749233cce1592cdd7dbbcd24
Contents?: true
Size: 654 Bytes
Versions: 1
Compression:
Stored size: 654 Bytes
Contents
// // PRODUCT_NAMETests.m // PRODUCT_NAMETests // // Created by Alex Fish on 25/11/2013. // Copyright (c) 2013 ORG_NAME. All rights reserved. // #import <XCTest/XCTest.h> @interface PRODUCT_NAMETests : XCTestCase @end @implementation PRODUCT_NAMETests - (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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
trim-0.0.1 | data/PRODUCT_NAME/PRODUCT_NAMETests/PRODUCT_NAMETests.m |