diff options
Diffstat (limited to 'Tests/iGopherBrowserGTKTests/iGopherBrowserGTKTests.swift')
-rw-r--r-- | Tests/iGopherBrowserGTKTests/iGopherBrowserGTKTests.swift | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Tests/iGopherBrowserGTKTests/iGopherBrowserGTKTests.swift b/Tests/iGopherBrowserGTKTests/iGopherBrowserGTKTests.swift new file mode 100644 index 0000000..6bed949 --- /dev/null +++ b/Tests/iGopherBrowserGTKTests/iGopherBrowserGTKTests.swift @@ -0,0 +1,12 @@ +import XCTest +@testable import iGopherBrowserGTK + +final class iGopherBrowserGTKTests: XCTestCase { + func testExample() throws { + // XCTest Documentation + // https://developer.apple.com/documentation/xctest + + // Defining Test Cases and Test Methods + // https://developer.apple.com/documentation/xctest/defining_test_cases_and_test_methods + } +} |