@@ -83,6 +83,25 @@ extension CatchableTests {
8383 ]
8484}
8585
86+ extension ChainDispatcherTests {
87+ // DO NOT MODIFY: This is autogenerated, use:
88+ // `swift test --generate-linuxmain`
89+ // to regenerate.
90+ static let __allTests__ChainDispatcherTests = [
91+ ( " testAdHocStickyDispatchers " , testAdHocStickyDispatchers) ,
92+ ( " testDelayedConfirmationChainDispatcher " , testDelayedConfirmationChainDispatcher) ,
93+ ( " testIndefinitelyDelayedConfirmationChainDispatcher " , testIndefinitelyDelayedConfirmationChainDispatcher) ,
94+ ( " testPermanentTail " , testPermanentTail) ,
95+ ( " testRConfirmedChainDispatcher " , testRConfirmedChainDispatcher) ,
96+ ( " testResetChainDispatcher " , testResetChainDispatcher) ,
97+ ( " testSimpleChain " , testSimpleChain) ,
98+ ( " testSimpleChainDispatcher " , testSimpleChainDispatcher) ,
99+ ( " testStickyChainDispatcher " , testStickyChainDispatcher) ,
100+ ( " testThresholdChainDispatcher " , testThresholdChainDispatcher) ,
101+ ( " testUnconfirmedStickyChainDispatcher " , testUnconfirmedStickyChainDispatcher) ,
102+ ]
103+ }
104+
86105extension DispatchWrapperTests {
87106 // DO NOT MODIFY: This is autogenerated, use:
88107 // `swift test --generate-linuxmain`
@@ -102,13 +121,13 @@ extension DispatcherTests {
102121 // `swift test --generate-linuxmain`
103122 // to regenerate.
104123 static let __allTests__DispatcherTests = [
105- ( " testConfD " , testConfD ) ,
124+ ( " testConfQRepresentation " , testConfQRepresentation ) ,
106125 ( " testDispatcherExtensionCanThrowInBody " , testDispatcherExtensionCanThrowInBody) ,
107126 ( " testDispatcherExtensionReturnsGuarantee " , testDispatcherExtensionReturnsGuarantee) ,
108127 ( " testDispatcherWithThrow " , testDispatcherWithThrow) ,
128+ ( " testDispatchQueueIdentities " , testDispatchQueueIdentities) ,
109129 ( " testDispatchQueueSelection " , testDispatchQueueSelection) ,
110130 ( " testMapValues " , testMapValues) ,
111- ( " testPMKDefaultIdentity " , testPMKDefaultIdentity) ,
112131 ( " testRecover " , testRecover) ,
113132 ]
114133}
@@ -344,6 +363,7 @@ public func __allTests() -> [XCTestCaseEntry] {
344363 testCase ( AfterTests . __allTests__AfterTests) ,
345364 testCase ( CancellationTests . __allTests__CancellationTests) ,
346365 testCase ( CatchableTests . __allTests__CatchableTests) ,
366+ testCase ( ChainDispatcherTests . __allTests__ChainDispatcherTests) ,
347367 testCase ( DispatchWrapperTests . __allTests__DispatchWrapperTests) ,
348368 testCase ( DispatcherTests . __allTests__DispatcherTests) ,
349369 testCase ( DispatcherTypeTests . __allTests__DispatcherTypeTests) ,
0 commit comments