mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Add counter example to show viewActions modifying the state.
This commit is contained in:
@@ -17,9 +17,10 @@
|
||||
import XCTest
|
||||
import RiotSwiftUI
|
||||
|
||||
/// XCTestCase subclass to easy testing of `MockScreenState`'s.
|
||||
/// XCTestCase subclass to ease testing of `MockScreenState`.
|
||||
/// Creates a test case for each screen state, launches the app,
|
||||
/// goes to the correct screen and
|
||||
/// goes to the correct screen and provides the state and key for each
|
||||
/// invocation of the test.
|
||||
@available(iOS 14.0, *)
|
||||
class MockScreenTest: XCTestCase {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user