summaryrefslogtreecommitdiff
path: root/Waterfall_UITests
diff options
context:
space:
mode:
authorArturs Artamonovs <arturs.artamonovs@protonmail.com>2025-01-17 09:27:56 +0000
committerArturs Artamonovs <arturs.artamonovs@protonmail.com>2025-01-17 09:27:56 +0000
commit06a90001363fdcb542b531a74ed2c18f714f58c4 (patch)
treee0ae3092494e6136ec7479b0e9bda20ef930039b /Waterfall_UITests
parenta0d12ecbac8fe327d1dcd4580fee594e24d4191b (diff)
downloadPrySDR-06a90001363fdcb542b531a74ed2c18f714f58c4.tar.gz
PrySDR-06a90001363fdcb542b531a74ed2c18f714f58c4.zip
waterfallui: data get processed and drawn, ui controlls are dummy
Diffstat (limited to 'Waterfall_UITests')
-rw-r--r--Waterfall_UITests/Waterfall_UITests.swift17
1 files changed, 17 insertions, 0 deletions
diff --git a/Waterfall_UITests/Waterfall_UITests.swift b/Waterfall_UITests/Waterfall_UITests.swift
new file mode 100644
index 0000000..6f9a614
--- /dev/null
+++ b/Waterfall_UITests/Waterfall_UITests.swift
@@ -0,0 +1,17 @@
+//
+// Waterfall_UITests.swift
+// Waterfall_UITests
+//
+// Created by Jacky Jack on 06/01/2025.
+//
+
+import Testing
+@testable import Waterfall_UI
+
+struct Waterfall_UITests {
+
+ @Test func example() async throws {
+ // Write your test here and use APIs like `#expect(...)` to check expected conditions.
+ }
+
+}