Sha256: 176b4a0aaf0999d9d36085722dc2e2c376dd5d1179abed293e8ca22397c8348f

Contents?: true

Size: 1.05 KB

Versions: 6

Compression:

Stored size: 1.05 KB

Contents

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

import XCTest
@testable import <%= config[:project_name] %>

class <%= config[:project_name] %>Tests: XCTestCase {
    
    override func setUp() {
        super.setUp()
        // Put setup code here. This method is called before the invocation of each test method in the class.
    }
    
    override func tearDown() {
        // Put teardown code here. This method is called after the invocation of each test method in the class.
        super.tearDown()
    }
    
    func testExample() {
        // This is an example of a functional test case.
        // Use XCTAssert and related functions to verify your tests produce the correct results.
    }
    
    func testPerformanceExample() {
        // This is an example of a performance test case.
        self.measureBlock {
            // Put the code you want to measure the time of here.
        }
    }
    
}

Version data entries

6 entries across 3 versions & 1 rubygems

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