summaryrefslogtreecommitdiff
path: root/Tests/iGopherBrowserGTKTests/iGopherBrowserGTKTests.swift
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-07-27 17:33:53 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2024-07-27 17:33:53 -0600
commita6fd12f4562bfa0247c483b4b0ffabb6e7f64957 (patch)
treebc4bbf2c4f4e9e0e19fa26b4ebf733a8cafda3f0 /Tests/iGopherBrowserGTKTests/iGopherBrowserGTKTests.swift
initial commitHEADmaster
Diffstat (limited to 'Tests/iGopherBrowserGTKTests/iGopherBrowserGTKTests.swift')
-rw-r--r--Tests/iGopherBrowserGTKTests/iGopherBrowserGTKTests.swift12
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
+ }
+}