File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22// Copyright 2024 Jonathan M. Reid. https://github.com/jonreid/TestableView/blob/main/LICENSE.txt
33// SPDX-License-Identifier: MIT
44
5- // swiftlint:disable file_name
65@testable import < #YourModule#>
76import ViewInspector
87import XCTest
98
109extension XCTestCase {
10+ // swiftlint:disable file_name
1111 @MainActor
1212 func inspectChangingView< V: TestableView > (
1313 _ sut: inout V ,
Original file line number Diff line number Diff line change 22// Copyright 2024 Jonathan M. Reid. https://github.com/jonreid/TestableView/blob/main/LICENSE.txt
33// SPDX-License-Identifier: MIT
44
5- // swiftlint:disable file_name
65@testable import Counter
76import ViewInspector
87import XCTest
98
109extension XCTestCase {
10+ // swiftlint:disable file_name
1111 @MainActor func inspectChangingView< V: TestableView > (
1212 _ sut: inout V ,
1313 actionCapturingResult: @escaping ( ( InspectableView < ViewType . View < V > > ) throws -> Void ) ,
You can’t perform that action at this time.
0 commit comments