Sha256: 65400746af2494cbbdce8356ae97347d9e377867d02a463689da6f744a3aeee4
Contents?: true
Size: 931 Bytes
Versions: 1
Compression:
Stored size: 931 Bytes
Contents
// // HiveAppTemplateTests.m // HiveAppTemplateTests // // Created by Dong Zhao on 2017/2/24. // Copyright © 2017年 Tencent. All rights reserved. // #import <XCTest/XCTest.h> @interface HiveAppTemplateTests : XCTestCase @end @implementation HiveAppTemplateTests - (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 { // This is an example of a functional test case. // Use XCTAssert and related functions to verify your tests produce the correct results. } - (void)testPerformanceExample { // This is an example of a performance test case. [self measureBlock:^{ // Put the code you want to measure the time of here. }]; } @end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
qcloudhive-0.1.0 | resources/templates/HiveAppTemplate/HiveAppTemplateTests/HiveAppTemplateTests.m |