|
1 | 1 | #if !canImport(ObjectiveC) |
2 | 2 | import XCTest |
3 | 3 |
|
| 4 | + extension ActionTests { |
| 5 | + // DO NOT MODIFY: This is autogenerated, use: |
| 6 | + // `swift test --generate-linuxmain` |
| 7 | + // to regenerate. |
| 8 | + static let __allTests__ActionTests = [ |
| 9 | + ("test_action_tag", test_action_tag), |
| 10 | + ] |
| 11 | + } |
| 12 | + |
4 | 13 | extension ChainTests { |
5 | | - // DO NOT MODIFY: This is autogenerated, use: |
6 | | - // `swift test --generate-linuxmain` |
| 14 | + // DO NOT MODIFY: This is autogenerated, use: |
| 15 | + // `swift test --generate-linuxmain` |
7 | 16 | // to regenerate. |
8 | 17 | static let __allTests__ChainTests = [ |
9 | 18 | ("test_forwarding_chain_forwards_action", test_forwarding_chain_forwards_action), |
10 | 19 | ] |
11 | 20 | } |
12 | 21 |
|
13 | 22 | extension DictionaryExtensionsTests { |
14 | | - // DO NOT MODIFY: This is autogenerated, use: |
15 | | - // `swift test --generate-linuxmain` |
| 23 | + // DO NOT MODIFY: This is autogenerated, use: |
| 24 | + // `swift test --generate-linuxmain` |
16 | 25 | // to regenerate. |
17 | 26 | static let __allTests__DictionaryExtensionsTests = [ |
18 | 27 | ("test_get_or_put", test_get_or_put), |
|
21 | 30 | } |
22 | 31 |
|
23 | 32 | extension DispatchQueueTests { |
24 | | - // DO NOT MODIFY: This is autogenerated, use: |
25 | | - // `swift test --generate-linuxmain` |
| 33 | + // DO NOT MODIFY: This is autogenerated, use: |
| 34 | + // `swift test --generate-linuxmain` |
26 | 35 | // to regenerate. |
27 | 36 | static let __allTests__DispatchQueueTests = [ |
28 | 37 | ("test_main_queue", test_main_queue), |
29 | 38 | ] |
30 | 39 | } |
31 | 40 |
|
32 | 41 | extension DispatcherTests { |
33 | | - // DO NOT MODIFY: This is autogenerated, use: |
34 | | - // `swift test --generate-linuxmain` |
| 42 | + // DO NOT MODIFY: This is autogenerated, use: |
| 43 | + // `swift test --generate-linuxmain` |
35 | 44 | // to regenerate. |
36 | 45 | static let __allTests__DispatcherTests = [ |
37 | 46 | ("test_add_remove_middleware", test_add_remove_middleware), |
|
41 | 50 | } |
42 | 51 |
|
43 | 52 | extension ObservableTypeTests { |
44 | | - // DO NOT MODIFY: This is autogenerated, use: |
45 | | - // `swift test --generate-linuxmain` |
| 53 | + // DO NOT MODIFY: This is autogenerated, use: |
| 54 | + // `swift test --generate-linuxmain` |
46 | 55 | // to regenerate. |
47 | 56 | static let __allTests__ObservableTypeTests = [ |
48 | 57 | ("test_dispatch_action_from_store", test_dispatch_action_from_store), |
|
52 | 61 | } |
53 | 62 |
|
54 | 63 | extension PrimitiveSequenceTypeTests { |
55 | | - // DO NOT MODIFY: This is autogenerated, use: |
56 | | - // `swift test --generate-linuxmain` |
| 64 | + // DO NOT MODIFY: This is autogenerated, use: |
| 65 | + // `swift test --generate-linuxmain` |
57 | 66 | // to regenerate. |
58 | 67 | static let __allTests__PrimitiveSequenceTypeTests = [ |
59 | 68 | ("test_completable_action_action", test_completable_action_action), |
|
67 | 76 | } |
68 | 77 |
|
69 | 78 | extension PromiseTests { |
70 | | - // DO NOT MODIFY: This is autogenerated, use: |
71 | | - // `swift test --generate-linuxmain` |
| 79 | + // DO NOT MODIFY: This is autogenerated, use: |
| 80 | + // `swift test --generate-linuxmain` |
72 | 81 | // to regenerate. |
73 | 82 | static let __allTests__PromiseTests = [ |
| 83 | + ("test_dynamic_extension", test_dynamic_extension), |
74 | 84 | ("test_empty_resolution", test_empty_resolution), |
75 | 85 | ("test_equality_completed", test_equality_completed), |
76 | 86 | ("test_equality_error", test_equality_error), |
|
88 | 98 | } |
89 | 99 |
|
90 | 100 | extension ReducerTests { |
91 | | - // DO NOT MODIFY: This is autogenerated, use: |
92 | | - // `swift test --generate-linuxmain` |
| 101 | + // DO NOT MODIFY: This is autogenerated, use: |
| 102 | + // `swift test --generate-linuxmain` |
93 | 103 | // to regenerate. |
94 | 104 | static let __allTests__ReducerTests = [ |
95 | 105 | ("test_dispatcher_triggers_action_in_reducer_group_reducer", test_dispatcher_triggers_action_in_reducer_group_reducer), |
|
103 | 113 |
|
104 | 114 | public func __allTests() -> [XCTestCaseEntry] { |
105 | 115 | return [ |
| 116 | + testCase(ActionTests.__allTests__ActionTests), |
106 | 117 | testCase(ChainTests.__allTests__ChainTests), |
107 | 118 | testCase(DictionaryExtensionsTests.__allTests__DictionaryExtensionsTests), |
108 | 119 | testCase(DispatchQueueTests.__allTests__DispatchQueueTests), |
|
0 commit comments