Sha256: 8675bb978bc0c9eddbd69572d529184f9e15d4a2f5d129bb1ecb4fe3d33762eb
Contents?: true
Size: 637 Bytes
Versions: 1
Compression:
Stored size: 637 Bytes
Contents
// // COiOSAppTests.m // COiOSAppTests // // Created by Jason Lee on 13-10-17. // Copyright (c) 2013年 taobao. All rights reserved. // #import <XCTest/XCTest.h> @interface COiOSAppTests : XCTestCase @end @implementation COiOSAppTests - (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 |
---|---|
cocoaout-0.0.3 | spec/projects/COiOSApp/COiOSAppTests/COiOSAppTests.m |