|
@@ -70,6 +70,17 @@ extension GRPCSecureInteroperabilityTests {
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+extension GRPCStatusMessageMarshallerTests {
|
|
|
|
|
+ // DO NOT MODIFY: This is autogenerated, use:
|
|
|
|
|
+ // `swift test --generate-linuxmain`
|
|
|
|
|
+ // to regenerate.
|
|
|
|
|
+ static let __allTests__GRPCStatusMessageMarshallerTests = [
|
|
|
|
|
+ ("testASCIIMarshallingAndUnmarshalling", testASCIIMarshallingAndUnmarshalling),
|
|
|
|
|
+ ("testPercentMarshallingAndUnmarshalling", testPercentMarshallingAndUnmarshalling),
|
|
|
|
|
+ ("testUnicodeMarshalling", testUnicodeMarshalling),
|
|
|
|
|
+ ]
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
extension HTTP1ToRawGRPCServerCodecTests {
|
|
extension HTTP1ToRawGRPCServerCodecTests {
|
|
|
// DO NOT MODIFY: This is autogenerated, use:
|
|
// DO NOT MODIFY: This is autogenerated, use:
|
|
|
// `swift test --generate-linuxmain`
|
|
// `swift test --generate-linuxmain`
|
|
@@ -255,6 +266,7 @@ public func __allTests() -> [XCTestCaseEntry] {
|
|
|
testCase(GRPCChannelHandlerTests.__allTests__GRPCChannelHandlerTests),
|
|
testCase(GRPCChannelHandlerTests.__allTests__GRPCChannelHandlerTests),
|
|
|
testCase(GRPCInsecureInteroperabilityTests.__allTests__GRPCInsecureInteroperabilityTests),
|
|
testCase(GRPCInsecureInteroperabilityTests.__allTests__GRPCInsecureInteroperabilityTests),
|
|
|
testCase(GRPCSecureInteroperabilityTests.__allTests__GRPCSecureInteroperabilityTests),
|
|
testCase(GRPCSecureInteroperabilityTests.__allTests__GRPCSecureInteroperabilityTests),
|
|
|
|
|
+ testCase(GRPCStatusMessageMarshallerTests.__allTests__GRPCStatusMessageMarshallerTests),
|
|
|
testCase(HTTP1ToRawGRPCServerCodecTests.__allTests__HTTP1ToRawGRPCServerCodecTests),
|
|
testCase(HTTP1ToRawGRPCServerCodecTests.__allTests__HTTP1ToRawGRPCServerCodecTests),
|
|
|
testCase(LengthPrefixedMessageReaderTests.__allTests__LengthPrefixedMessageReaderTests),
|
|
testCase(LengthPrefixedMessageReaderTests.__allTests__LengthPrefixedMessageReaderTests),
|
|
|
testCase(NIOClientCancellingTests.__allTests__NIOClientCancellingTests),
|
|
testCase(NIOClientCancellingTests.__allTests__NIOClientCancellingTests),
|