Sha256: 38e46e111ce756526b2a4533bb80fb9b2e03c19460231c6e5c929cdae82daf48
Contents?: true
Size: 996 Bytes
Versions: 2
Compression:
Stored size: 996 Bytes
Contents
// // XCFit4DemoTests.swift // XCFit4DemoTests // // Created by Shashikant Jagtap on 11/02/2017. // Copyright © 2017 Shashikant Jagtap. All rights reserved. // import XCTest @testable import XCFit4Demo class XCFit4DemoTests: 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.measure { // Put the code you want to measure the time of here. } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xcfit-3.1.7 | XCFit4Demo/XCFit4DemoTests/XCFit4DemoTests.swift |
xcfit-3.1.6 | XCFit4Demo/XCFit4DemoTests/XCFit4DemoTests.swift |