Sha256: 8b6118c2ca0a44a578d215c677eba167909185a443a67bab59f1754cd021bfec
Contents?: true
Size: 997 Bytes
Versions: 8
Compression:
Stored size: 997 Bytes
Contents
// // XCFitDemoTests.swift // XCFitDemoTests // // Created by Shashikant Jagtap on 15/07/2016. // Copyright © 2016 Shashikant Jagtap. All rights reserved. // import XCTest @testable import XCFitDemo class XCFitDemoTests: 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
8 entries across 8 versions & 1 rubygems