File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,22 @@ class SupportManagerTests: XCTestCase {
33
33
override init ( ) { super. init ( ) }
34
34
required init ? ( rawState: RawStateValue ) { super. init ( ) }
35
35
var rawState : RawStateValue = [ : ]
36
+
37
+ var loopNeedsReset : Bool = false
38
+ var studyProductSelection : String ? = nil
39
+ func getScenarios( from scenarioURLs: [ URL ] ) -> [ LoopScenario ] { [ ] }
40
+ func resetLoop( ) { }
36
41
}
37
42
class AnotherMockSupport : Mixin , SupportUI {
38
43
static var supportIdentifier : String { " SupportManagerTestsAnotherMockSupport " }
39
44
override init ( ) { super. init ( ) }
40
45
required init ? ( rawState: RawStateValue ) { super. init ( ) }
41
46
var rawState : RawStateValue = [ : ]
47
+
48
+ var loopNeedsReset : Bool = false
49
+ var studyProductSelection : String ? = nil
50
+ func getScenarios( from scenarioURLs: [ URL ] ) -> [ LoopScenario ] { [ ] }
51
+ func resetLoop( ) { }
42
52
}
43
53
44
54
class MockAlertIssuer : AlertIssuer {
You can’t perform that action at this time.
0 commit comments