mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-03-17 23:13:58 +01:00
Add projects
This commit is contained in:
14
Examples/SplitView/Tests/SplitViewTests/SplitViewTests.swift
Executable file
14
Examples/SplitView/Tests/SplitViewTests/SplitViewTests.swift
Executable file
@@ -0,0 +1,14 @@
|
||||
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),
|
||||
]
|
||||
}
|
||||
9
Examples/SplitView/Tests/SplitViewTests/XCTestManifests.swift
Executable file
9
Examples/SplitView/Tests/SplitViewTests/XCTestManifests.swift
Executable file
@@ -0,0 +1,9 @@
|
||||
import XCTest
|
||||
|
||||
#if !canImport(ObjectiveC)
|
||||
public func allTests() -> [XCTestCaseEntry] {
|
||||
return [
|
||||
testCase(SplitViewTests.allTests),
|
||||
]
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user