Sha256: 8e5bdeb6f99971fc87a207449bdf3ee6a1a4b0096a803959fa178ced8d5cfab0
Contents?: true
Size: 689 Bytes
Versions: 1
Compression:
Stored size: 689 Bytes
Contents
// // PiconSampleWorkspaceTests.m // PiconSampleWorkspaceTests // // Created by naoty on 2013/11/12. // Copyright (c) 2013年 Naoto Kaneko. All rights reserved. // #import <XCTest/XCTest.h> @interface PiconSampleWorkspaceTests : XCTestCase @end @implementation PiconSampleWorkspaceTests - (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 |
---|---|
picon-1.0.0 | spec/PiconSampleWorkspace/PiconSampleWorkspaceTests/PiconSampleWorkspaceTests.m |