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

Version Path
slather-2.8.5 spec/fixtures/FixtureFrameworkTests/FixtureFrameworkTests.swift
slather-2.8.4 spec/fixtures/FixtureFrameworkTests/FixtureFrameworkTests.swift
slather-2.8.3 spec/fixtures/FixtureFrameworkTests/FixtureFrameworkTests.swift
slather-2.8.2 spec/fixtures/FixtureFrameworkTests/FixtureFrameworkTests.swift
slather-2.8.1 spec/fixtures/FixtureFrameworkTests/FixtureFrameworkTests.swift
slather-2.8.0 spec/fixtures/FixtureFrameworkTests/FixtureFrameworkTests.swift
slather-2.7.5 spec/fixtures/FixtureFrameworkTests/FixtureFrameworkTests.swift
slather-2.7.4 spec/fixtures/FixtureFrameworkTests/FixtureFrameworkTests.swift
slather-2.7.3 spec/fixtures/FixtureFrameworkTests/FixtureFrameworkTests.swift
slather-2.7.2 spec/fixtures/FixtureFrameworkTests/FixtureFrameworkTests.swift
slather-2.7.1 spec/fixtures/FixtureFrameworkTests/FixtureFrameworkTests.swift