Files
SwiftUI/Examples/SplitView/Tests/SplitViewTests/SplitViewTests.swift
Ivan Vorobei fffd52a399 Add projects
2019-06-07 09:04:22 +03:00

15 lines
354 B
Swift
Executable File

import XCTest
@testable import SplitView
final class SplitViewTests: 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.
}
static var allTests = [
("testExample", testExample),
]
}