Skip to content

Commit

Permalink
Rebuild test manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
GarthSnyder committed Apr 24, 2019
1 parent ba3457d commit bab67db
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
20 changes: 20 additions & 0 deletions Tests/Cancel/XCTestManifests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,25 @@ extension CatchableTests {
]
}

extension ChainDispatcherTests {
// DO NOT MODIFY: This is autogenerated, use:
// `swift test --generate-linuxmain`
// to regenerate.
static let __allTests__ChainDispatcherTests = [
("testAdHocStickyDispatchers", testAdHocStickyDispatchers),
("testDelayedConfirmationChainDispatcher", testDelayedConfirmationChainDispatcher),
("testIndefinitelyDelayedConfirmationChainDispatcher", testIndefinitelyDelayedConfirmationChainDispatcher),
("testPermanentTail", testPermanentTail),
("testRConfirmedChainDispatcher", testRConfirmedChainDispatcher),
("testResetChainDispatcher", testResetChainDispatcher),
("testSimpleChain", testSimpleChain),
("testSimpleChainDispatcher", testSimpleChainDispatcher),
("testStickyChainDispatcher", testStickyChainDispatcher),
("testThresholdChainDispatcher", testThresholdChainDispatcher),
("testUnconfirmedStickyChainDispatcher", testUnconfirmedStickyChainDispatcher),
]
}

extension DispatchWrapperTests {
// DO NOT MODIFY: This is autogenerated, use:
// `swift test --generate-linuxmain`
Expand Down Expand Up @@ -411,6 +430,7 @@ public func __allTests() -> [XCTestCaseEntry] {
testCase(CancellablePromiseTests.__allTests__CancellablePromiseTests),
testCase(CancellationTests.__allTests__CancellationTests),
testCase(CatchableTests.__allTests__CatchableTests),
testCase(ChainDispatcherTests.__allTests__ChainDispatcherTests),
testCase(DispatchWrapperTests.__allTests__DispatchWrapperTests),
testCase(DispatcherTests.__allTests__DispatcherTests),
testCase(GuaranteeTests.__allTests__GuaranteeTests),
Expand Down
24 changes: 22 additions & 2 deletions Tests/Core/XCTestManifests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,25 @@ extension CatchableTests {
]
}

extension ChainDispatcherTests {
// DO NOT MODIFY: This is autogenerated, use:
// `swift test --generate-linuxmain`
// to regenerate.
static let __allTests__ChainDispatcherTests = [
("testAdHocStickyDispatchers", testAdHocStickyDispatchers),
("testDelayedConfirmationChainDispatcher", testDelayedConfirmationChainDispatcher),
("testIndefinitelyDelayedConfirmationChainDispatcher", testIndefinitelyDelayedConfirmationChainDispatcher),
("testPermanentTail", testPermanentTail),
("testRConfirmedChainDispatcher", testRConfirmedChainDispatcher),
("testResetChainDispatcher", testResetChainDispatcher),
("testSimpleChain", testSimpleChain),
("testSimpleChainDispatcher", testSimpleChainDispatcher),
("testStickyChainDispatcher", testStickyChainDispatcher),
("testThresholdChainDispatcher", testThresholdChainDispatcher),
("testUnconfirmedStickyChainDispatcher", testUnconfirmedStickyChainDispatcher),
]
}

extension DispatchWrapperTests {
// DO NOT MODIFY: This is autogenerated, use:
// `swift test --generate-linuxmain`
Expand All @@ -102,13 +121,13 @@ extension DispatcherTests {
// `swift test --generate-linuxmain`
// to regenerate.
static let __allTests__DispatcherTests = [
("testConfD", testConfD),
("testConfQRepresentation", testConfQRepresentation),
("testDispatcherExtensionCanThrowInBody", testDispatcherExtensionCanThrowInBody),
("testDispatcherExtensionReturnsGuarantee", testDispatcherExtensionReturnsGuarantee),
("testDispatcherWithThrow", testDispatcherWithThrow),
("testDispatchQueueIdentities", testDispatchQueueIdentities),
("testDispatchQueueSelection", testDispatchQueueSelection),
("testMapValues", testMapValues),
("testPMKDefaultIdentity", testPMKDefaultIdentity),
("testRecover", testRecover),
]
}
Expand Down Expand Up @@ -344,6 +363,7 @@ public func __allTests() -> [XCTestCaseEntry] {
testCase(AfterTests.__allTests__AfterTests),
testCase(CancellationTests.__allTests__CancellationTests),
testCase(CatchableTests.__allTests__CatchableTests),
testCase(ChainDispatcherTests.__allTests__ChainDispatcherTests),
testCase(DispatchWrapperTests.__allTests__DispatchWrapperTests),
testCase(DispatcherTests.__allTests__DispatcherTests),
testCase(DispatcherTypeTests.__allTests__DispatcherTypeTests),
Expand Down

0 comments on commit bab67db

Please sign in to comment.