|
@@ -614,6 +614,17 @@ extension ReadStateTests {
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+extension RequestIDProviderTests {
|
|
|
|
|
+ // DO NOT MODIFY: This is autogenerated, use:
|
|
|
|
|
+ // `swift test --generate-linuxmain`
|
|
|
|
|
+ // to regenerate.
|
|
|
|
|
+ static let __allTests__RequestIDProviderTests = [
|
|
|
|
|
+ ("testAutogenerated", testAutogenerated),
|
|
|
|
|
+ ("testGenerator", testGenerator),
|
|
|
|
|
+ ("testUserDefined", testUserDefined),
|
|
|
|
|
+ ]
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
extension ServerDelayedThrowingTests {
|
|
extension ServerDelayedThrowingTests {
|
|
|
// DO NOT MODIFY: This is autogenerated, use:
|
|
// DO NOT MODIFY: This is autogenerated, use:
|
|
|
// `swift test --generate-linuxmain`
|
|
// `swift test --generate-linuxmain`
|
|
@@ -746,6 +757,7 @@ public func __allTests() -> [XCTestCaseEntry] {
|
|
|
testCase(MessageEncodingHeaderValidatorTests.__allTests__MessageEncodingHeaderValidatorTests),
|
|
testCase(MessageEncodingHeaderValidatorTests.__allTests__MessageEncodingHeaderValidatorTests),
|
|
|
testCase(PlatformSupportTests.__allTests__PlatformSupportTests),
|
|
testCase(PlatformSupportTests.__allTests__PlatformSupportTests),
|
|
|
testCase(ReadStateTests.__allTests__ReadStateTests),
|
|
testCase(ReadStateTests.__allTests__ReadStateTests),
|
|
|
|
|
+ testCase(RequestIDProviderTests.__allTests__RequestIDProviderTests),
|
|
|
testCase(ServerDelayedThrowingTests.__allTests__ServerDelayedThrowingTests),
|
|
testCase(ServerDelayedThrowingTests.__allTests__ServerDelayedThrowingTests),
|
|
|
testCase(ServerErrorTransformingTests.__allTests__ServerErrorTransformingTests),
|
|
testCase(ServerErrorTransformingTests.__allTests__ServerErrorTransformingTests),
|
|
|
testCase(ServerTLSErrorTests.__allTests__ServerTLSErrorTests),
|
|
testCase(ServerTLSErrorTests.__allTests__ServerTLSErrorTests),
|