diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-07-27 17:33:53 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-07-27 17:33:53 -0600 |
commit | a6fd12f4562bfa0247c483b4b0ffabb6e7f64957 (patch) | |
tree | bc4bbf2c4f4e9e0e19fa26b4ebf733a8cafda3f0 /Tests/iGopherBrowserGTKTests/iGopherBrowserGTKTests.swift |
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 + } +} |