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