Sha256: 86a5529348075e68d74f36f414e1ee296947976588595d2073f58faf05e3ca56
Contents?: true
Size: 987 Bytes
Versions: 11
Compression:
Stored size: 987 Bytes
Contents
// // FixtureFrameworkTests.swift // FixtureFrameworkTests // // Created by Stephen Williams on 11/03/21. // Copyright © 2021 marklarr. All rights reserved. // import XCTest @testable import FixtureFramework class FixtureFrameworkTests: XCTestCase { override func setUpWithError() throws { // Put setup code here. This method is called before the invocation of each test method in the class. } override func tearDownWithError() throws { // Put teardown code here. This method is called after the invocation of each test method in the class. } func testExample() throws { // This is an example of a functional test case. // Use XCTAssert and related functions to verify your tests produce the correct results. } func testPerformanceExample() throws { // 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
11 entries across 11 versions & 1 rubygems