summaryrefslogtreecommitdiff
path: root/macos/RunnerTests/RunnerTests.swift
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2025-12-08 20:12:09 -0500
committerMica White <botahamec@outlook.com>2025-12-08 20:12:09 -0500
commit7c8b5676fecffe5468810b703c579acb6a5fd256 (patch)
tree0c4ff107dfd012a4d03500f41f3607aff1d52616 /macos/RunnerTests/RunnerTests.swift
First commit
Diffstat (limited to 'macos/RunnerTests/RunnerTests.swift')
-rwxr-xr-xmacos/RunnerTests/RunnerTests.swift12
1 files changed, 12 insertions, 0 deletions
diff --git a/macos/RunnerTests/RunnerTests.swift b/macos/RunnerTests/RunnerTests.swift
new file mode 100755
index 0000000..21fe1ab
--- /dev/null
+++ b/macos/RunnerTests/RunnerTests.swift
@@ -0,0 +1,12 @@
+import Cocoa
+import FlutterMacOS
+import XCTest
+
+class RunnerTests: XCTestCase {
+
+ func testExample() {
+ // If you add code to the Runner application, consider adding tests here.
+ // See https://developer.apple.com/documentation/xctest for more information about using XCTest.
+ }
+
+}