Sha256: 47d4f28cf27dc68d6cdc70236ebc361d6079af1d3375bd994dbe5f07560bb187

Contents?: true

Size: 906 Bytes

Versions: 14

Compression:

Stored size: 906 Bytes

Contents

//
//  DemoAppTests.swift
//  DemoAppTests
//
//  Created by MORITANAOKI on 2015/07/11.
//  Copyright (c) 2015年 MORITANAOKI. All rights reserved.
//

import UIKit
import XCTest

class DemoAppTests: 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

14 entries across 14 versions & 1 rubygems

Version Path
xcmultilingual-0.3.1 DemoApp/DemoAppTests/DemoAppTests.swift
xcmultilingual-0.3.0 DemoApp/DemoAppTests/DemoAppTests.swift
xcmultilingual-0.2.3 DemoApp/DemoAppTests/DemoAppTests.swift
xcmultilingual-0.2.2 DemoApp/DemoAppTests/DemoAppTests.swift
xcmultilingual-0.2.1 DemoApp/DemoAppTests/DemoAppTests.swift
xcmultilingual-0.2.0 DemoApp/DemoAppTests/DemoAppTests.swift
xcmultilingual-0.1.7 DemoApp/DemoAppTests/DemoAppTests.swift
xcmultilingual-0.1.6 DemoApp/DemoAppTests/DemoAppTests.swift
xcmultilingual-0.1.5 DemoApp/DemoAppTests/DemoAppTests.swift
xcmultilingual-0.1.4 DemoApp/DemoAppTests/DemoAppTests.swift
xcmultilingual-0.1.3 DemoApp/DemoAppTests/DemoAppTests.swift
xcmultilingual-0.1.2 DemoApp/DemoAppTests/DemoAppTests.swift
xcmultilingual-0.1.1 DemoApp/DemoAppTests/DemoAppTests.swift
xcmultilingual-0.1.0 DemoApp/DemoAppTests/DemoAppTests.swift