Sha256: a0ae89ac3699565c5e236af3489e09dbcaf102cea6fd7fe60e1527b8367eeb1d

Contents?: true

Size: 910 Bytes

Versions: 6

Compression:

Stored size: 910 Bytes

Contents

//
//  TestProjectTests.swift
//  TestProjectTests
//
//  Created by Kyle Fuller on 30/01/2015.
//  Copyright (c) 2015 Cocode. All rights reserved.
//

import UIKit
import XCTest

class TestProjectTests: 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.
        XCTAssert(true, "Pass")
    }
    
    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 2 versions & 1 rubygems

Version Path
cocoapods-deintegrate-0.2.1 spec/fixtures/Project/Frameworks/TestProjectTests/TestProjectTests.swift
cocoapods-deintegrate-0.2.1 spec/fixtures/Project/None/TestProjectTests/TestProjectTests.swift
cocoapods-deintegrate-0.2.1 spec/fixtures/Project/StaticLibraries/TestProjectTests/TestProjectTests.swift
cocoapods-deintegrate-0.2.0 spec/fixtures/Project/Frameworks/TestProjectTests/TestProjectTests.swift
cocoapods-deintegrate-0.2.0 spec/fixtures/Project/None/TestProjectTests/TestProjectTests.swift
cocoapods-deintegrate-0.2.0 spec/fixtures/Project/StaticLibraries/TestProjectTests/TestProjectTests.swift