|
|
@@ -24,6 +24,52 @@ extension GRPCChannelHandlerTests {
|
|
|
]
|
|
|
}
|
|
|
|
|
|
+extension GRPCInsecureInteroperabilityTests {
|
|
|
+ // DO NOT MODIFY: This is autogenerated, use:
|
|
|
+ // `swift test --generate-linuxmain`
|
|
|
+ // to regenerate.
|
|
|
+ static let __allTests__GRPCInsecureInteroperabilityTests = [
|
|
|
+ ("testCacheableUnary", testCacheableUnary),
|
|
|
+ ("testCancelAfterBegin", testCancelAfterBegin),
|
|
|
+ ("testCancelAfterFirstResponse", testCancelAfterFirstResponse),
|
|
|
+ ("testClientStreaming", testClientStreaming),
|
|
|
+ ("testCustomMetadata", testCustomMetadata),
|
|
|
+ ("testEmptyStream", testEmptyStream),
|
|
|
+ ("testEmptyUnary", testEmptyUnary),
|
|
|
+ ("testLargeUnary", testLargeUnary),
|
|
|
+ ("testPingPong", testPingPong),
|
|
|
+ ("testServerStreaming", testServerStreaming),
|
|
|
+ ("testSpecialStatusAndMessage", testSpecialStatusAndMessage),
|
|
|
+ ("testStatusCodeAndMessage", testStatusCodeAndMessage),
|
|
|
+ ("testTimeoutOnSleepingServer", testTimeoutOnSleepingServer),
|
|
|
+ ("testUnimplementedMethod", testUnimplementedMethod),
|
|
|
+ ("testUnimplementedService", testUnimplementedService),
|
|
|
+ ]
|
|
|
+}
|
|
|
+
|
|
|
+extension GRPCSecureInteroperabilityTests {
|
|
|
+ // DO NOT MODIFY: This is autogenerated, use:
|
|
|
+ // `swift test --generate-linuxmain`
|
|
|
+ // to regenerate.
|
|
|
+ static let __allTests__GRPCSecureInteroperabilityTests = [
|
|
|
+ ("testCacheableUnary", testCacheableUnary),
|
|
|
+ ("testCancelAfterBegin", testCancelAfterBegin),
|
|
|
+ ("testCancelAfterFirstResponse", testCancelAfterFirstResponse),
|
|
|
+ ("testClientStreaming", testClientStreaming),
|
|
|
+ ("testCustomMetadata", testCustomMetadata),
|
|
|
+ ("testEmptyStream", testEmptyStream),
|
|
|
+ ("testEmptyUnary", testEmptyUnary),
|
|
|
+ ("testLargeUnary", testLargeUnary),
|
|
|
+ ("testPingPong", testPingPong),
|
|
|
+ ("testServerStreaming", testServerStreaming),
|
|
|
+ ("testSpecialStatusAndMessage", testSpecialStatusAndMessage),
|
|
|
+ ("testStatusCodeAndMessage", testStatusCodeAndMessage),
|
|
|
+ ("testTimeoutOnSleepingServer", testTimeoutOnSleepingServer),
|
|
|
+ ("testUnimplementedMethod", testUnimplementedMethod),
|
|
|
+ ("testUnimplementedService", testUnimplementedService),
|
|
|
+ ]
|
|
|
+}
|
|
|
+
|
|
|
extension HTTP1ToRawGRPCServerCodecTests {
|
|
|
// DO NOT MODIFY: This is autogenerated, use:
|
|
|
// `swift test --generate-linuxmain`
|
|
|
@@ -196,6 +242,8 @@ public func __allTests() -> [XCTestCaseEntry] {
|
|
|
return [
|
|
|
testCase(ClientThrowingWhenServerReturningErrorTests.__allTests__ClientThrowingWhenServerReturningErrorTests),
|
|
|
testCase(GRPCChannelHandlerTests.__allTests__GRPCChannelHandlerTests),
|
|
|
+ testCase(GRPCInsecureInteroperabilityTests.__allTests__GRPCInsecureInteroperabilityTests),
|
|
|
+ testCase(GRPCSecureInteroperabilityTests.__allTests__GRPCSecureInteroperabilityTests),
|
|
|
testCase(HTTP1ToRawGRPCServerCodecTests.__allTests__HTTP1ToRawGRPCServerCodecTests),
|
|
|
testCase(LengthPrefixedMessageReaderTests.__allTests__LengthPrefixedMessageReaderTests),
|
|
|
testCase(NIOClientCancellingTests.__allTests__NIOClientCancellingTests),
|