Sha256: 5f682a8847fcdfe1ea3a1a6daf344b16a83b5005feeba83c7ada19928ae97422

Contents?: true

Size: 997 Bytes

Versions: 6

Compression:

Stored size: 997 Bytes

Contents

//
//  <%= config[:project_name] %>Tests.m
//  <%= config[:project_name] %>Tests
//
//  Created by Fabio Gallonetto on 28/01/2016.
//  Copyright © 2016 Future Workshops. All rights reserved.
//

#import <XCTest/XCTest.h>

@interface <%= config[:project_name] %>Tests : XCTestCase

@end

@implementation <%= 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

6 entries across 3 versions & 1 rubygems

Version Path
fwtoolkit-2.0.2 templates/objc_project/xcode/%project_name%/%target_name%Tests/%project_name%Tests.m.tt
fwtoolkit-2.0.2 templates/swift_project/xcode/%project_name%/%target_name%Tests/%project_name%Tests.m.tt
fwtoolkit-2.0.1 templates/objc_project/xcode/%project_name%/%target_name%Tests/%project_name%Tests.m.tt
fwtoolkit-2.0.1 templates/swift_project/xcode/%project_name%/%target_name%Tests/%project_name%Tests.m.tt
fwtoolkit-2.0.0 templates/objc_project/xcode/%project_name%/%target_name%Tests/%project_name%Tests.m.tt
fwtoolkit-2.0.0 templates/swift_project/xcode/%project_name%/%target_name%Tests/%project_name%Tests.m.tt