Sha256: d058e6d1847008f386a92523c6ab0f065e3b08314766f495dbb32e2b894d919f
Contents?: true
Size: 1008 Bytes
Versions: 33
Compression:
Stored size: 1008 Bytes
Contents
// // <%= config[:class_prefix] %><%= config[:project_name] %>Tests.m // // Copyright © <%= config[:organization_name] %>. All rights reserved. // #import <XCTest/XCTest.h> @interface <%= config[:class_prefix] %><%= config[:project_name] %>Tests : XCTestCase @end @implementation <%= config[:class_prefix] %><%= config[:project_name] %>Tests - (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
33 entries across 33 versions & 1 rubygems