Files
swift2dcar/Tests/Swift2dCarTests/Swift2dCarTests.swift
2020-08-31 22:47:00 +09:30

16 lines
417 B
Swift

import XCTest
@testable import Swift2dCar
final class Swift2dCarTests: XCTestCase {
func testExample() {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct
// results.
// XCTAssertEqual(Swift2dCar().text, "Hello, World!")
}
static var allTests = [
("testExample", testExample),
]
}