|
@@ -120,6 +120,15 @@ extension ConnectivityStateMonitorTests {
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+extension DelegatingErrorHandlerTests {
|
|
|
|
|
+ // DO NOT MODIFY: This is autogenerated, use:
|
|
|
|
|
+ // `swift test --generate-linuxmain`
|
|
|
|
|
+ // to regenerate.
|
|
|
|
|
+ static let __allTests__DelegatingErrorHandlerTests = [
|
|
|
|
|
+ ("testUncleanShutdownIsIgnored", testUncleanShutdownIsIgnored),
|
|
|
|
|
+ ]
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
extension FunctionalTestsAnonymousClient {
|
|
extension FunctionalTestsAnonymousClient {
|
|
|
// DO NOT MODIFY: This is autogenerated, use:
|
|
// DO NOT MODIFY: This is autogenerated, use:
|
|
|
// `swift test --generate-linuxmain`
|
|
// `swift test --generate-linuxmain`
|
|
@@ -585,6 +594,7 @@ public func __allTests() -> [XCTestCaseEntry] {
|
|
|
testCase(ClientTimeoutTests.__allTests__ClientTimeoutTests),
|
|
testCase(ClientTimeoutTests.__allTests__ClientTimeoutTests),
|
|
|
testCase(ConnectionBackoffTests.__allTests__ConnectionBackoffTests),
|
|
testCase(ConnectionBackoffTests.__allTests__ConnectionBackoffTests),
|
|
|
testCase(ConnectivityStateMonitorTests.__allTests__ConnectivityStateMonitorTests),
|
|
testCase(ConnectivityStateMonitorTests.__allTests__ConnectivityStateMonitorTests),
|
|
|
|
|
+ testCase(DelegatingErrorHandlerTests.__allTests__DelegatingErrorHandlerTests),
|
|
|
testCase(FunctionalTestsAnonymousClient.__allTests__FunctionalTestsAnonymousClient),
|
|
testCase(FunctionalTestsAnonymousClient.__allTests__FunctionalTestsAnonymousClient),
|
|
|
testCase(FunctionalTestsAnonymousClientNIOTS.__allTests__FunctionalTestsAnonymousClientNIOTS),
|
|
testCase(FunctionalTestsAnonymousClientNIOTS.__allTests__FunctionalTestsAnonymousClientNIOTS),
|
|
|
testCase(FunctionalTestsInsecureTransport.__allTests__FunctionalTestsInsecureTransport),
|
|
testCase(FunctionalTestsInsecureTransport.__allTests__FunctionalTestsInsecureTransport),
|