|
@@ -121,6 +121,26 @@ extension FunctionalTestsAnonymousClient {
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+extension FunctionalTestsAnonymousClientNIOTS {
|
|
|
|
|
+ // DO NOT MODIFY: This is autogenerated, use:
|
|
|
|
|
+ // `swift test --generate-linuxmain`
|
|
|
|
|
+ // to regenerate.
|
|
|
|
|
+ static let __allTests__FunctionalTestsAnonymousClientNIOTS = [
|
|
|
|
|
+ ("testBidirectionalStreamingBatched", testBidirectionalStreamingBatched),
|
|
|
|
|
+ ("testBidirectionalStreamingLotsOfMessagesBatched", testBidirectionalStreamingLotsOfMessagesBatched),
|
|
|
|
|
+ ("testBidirectionalStreamingLotsOfMessagesPingPong", testBidirectionalStreamingLotsOfMessagesPingPong),
|
|
|
|
|
+ ("testBidirectionalStreamingPingPong", testBidirectionalStreamingPingPong),
|
|
|
|
|
+ ("testClientStreaming", testClientStreaming),
|
|
|
|
|
+ ("testClientStreamingLotsOfMessages", testClientStreamingLotsOfMessages),
|
|
|
|
|
+ ("testServerStreaming", testServerStreaming),
|
|
|
|
|
+ ("testServerStreamingLotsOfMessages", testServerStreamingLotsOfMessages),
|
|
|
|
|
+ ("testUnary", testUnary),
|
|
|
|
|
+ ("testUnaryEmptyRequest", testUnaryEmptyRequest),
|
|
|
|
|
+ ("testUnaryLotsOfRequests", testUnaryLotsOfRequests),
|
|
|
|
|
+ ("testUnaryWithLargeData", testUnaryWithLargeData),
|
|
|
|
|
+ ]
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
extension FunctionalTestsInsecureTransport {
|
|
extension FunctionalTestsInsecureTransport {
|
|
|
// DO NOT MODIFY: This is autogenerated, use:
|
|
// DO NOT MODIFY: This is autogenerated, use:
|
|
|
// `swift test --generate-linuxmain`
|
|
// `swift test --generate-linuxmain`
|
|
@@ -141,6 +161,26 @@ extension FunctionalTestsInsecureTransport {
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+extension FunctionalTestsInsecureTransportNIOTS {
|
|
|
|
|
+ // DO NOT MODIFY: This is autogenerated, use:
|
|
|
|
|
+ // `swift test --generate-linuxmain`
|
|
|
|
|
+ // to regenerate.
|
|
|
|
|
+ static let __allTests__FunctionalTestsInsecureTransportNIOTS = [
|
|
|
|
|
+ ("testBidirectionalStreamingBatched", testBidirectionalStreamingBatched),
|
|
|
|
|
+ ("testBidirectionalStreamingLotsOfMessagesBatched", testBidirectionalStreamingLotsOfMessagesBatched),
|
|
|
|
|
+ ("testBidirectionalStreamingLotsOfMessagesPingPong", testBidirectionalStreamingLotsOfMessagesPingPong),
|
|
|
|
|
+ ("testBidirectionalStreamingPingPong", testBidirectionalStreamingPingPong),
|
|
|
|
|
+ ("testClientStreaming", testClientStreaming),
|
|
|
|
|
+ ("testClientStreamingLotsOfMessages", testClientStreamingLotsOfMessages),
|
|
|
|
|
+ ("testServerStreaming", testServerStreaming),
|
|
|
|
|
+ ("testServerStreamingLotsOfMessages", testServerStreamingLotsOfMessages),
|
|
|
|
|
+ ("testUnary", testUnary),
|
|
|
|
|
+ ("testUnaryEmptyRequest", testUnaryEmptyRequest),
|
|
|
|
|
+ ("testUnaryLotsOfRequests", testUnaryLotsOfRequests),
|
|
|
|
|
+ ("testUnaryWithLargeData", testUnaryWithLargeData),
|
|
|
|
|
+ ]
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
extension FunctionalTestsMutualAuthentication {
|
|
extension FunctionalTestsMutualAuthentication {
|
|
|
// DO NOT MODIFY: This is autogenerated, use:
|
|
// DO NOT MODIFY: This is autogenerated, use:
|
|
|
// `swift test --generate-linuxmain`
|
|
// `swift test --generate-linuxmain`
|
|
@@ -161,6 +201,26 @@ extension FunctionalTestsMutualAuthentication {
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+extension FunctionalTestsMutualAuthenticationNIOTS {
|
|
|
|
|
+ // DO NOT MODIFY: This is autogenerated, use:
|
|
|
|
|
+ // `swift test --generate-linuxmain`
|
|
|
|
|
+ // to regenerate.
|
|
|
|
|
+ static let __allTests__FunctionalTestsMutualAuthenticationNIOTS = [
|
|
|
|
|
+ ("testBidirectionalStreamingBatched", testBidirectionalStreamingBatched),
|
|
|
|
|
+ ("testBidirectionalStreamingLotsOfMessagesBatched", testBidirectionalStreamingLotsOfMessagesBatched),
|
|
|
|
|
+ ("testBidirectionalStreamingLotsOfMessagesPingPong", testBidirectionalStreamingLotsOfMessagesPingPong),
|
|
|
|
|
+ ("testBidirectionalStreamingPingPong", testBidirectionalStreamingPingPong),
|
|
|
|
|
+ ("testClientStreaming", testClientStreaming),
|
|
|
|
|
+ ("testClientStreamingLotsOfMessages", testClientStreamingLotsOfMessages),
|
|
|
|
|
+ ("testServerStreaming", testServerStreaming),
|
|
|
|
|
+ ("testServerStreamingLotsOfMessages", testServerStreamingLotsOfMessages),
|
|
|
|
|
+ ("testUnary", testUnary),
|
|
|
|
|
+ ("testUnaryEmptyRequest", testUnaryEmptyRequest),
|
|
|
|
|
+ ("testUnaryLotsOfRequests", testUnaryLotsOfRequests),
|
|
|
|
|
+ ("testUnaryWithLargeData", testUnaryWithLargeData),
|
|
|
|
|
+ ]
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
extension GRPCChannelHandlerTests {
|
|
extension GRPCChannelHandlerTests {
|
|
|
// DO NOT MODIFY: This is autogenerated, use:
|
|
// DO NOT MODIFY: This is autogenerated, use:
|
|
|
// `swift test --generate-linuxmain`
|
|
// `swift test --generate-linuxmain`
|
|
@@ -352,8 +412,11 @@ public func __allTests() -> [XCTestCaseEntry] {
|
|
|
testCase(ClientTimeoutTests.__allTests__ClientTimeoutTests),
|
|
testCase(ClientTimeoutTests.__allTests__ClientTimeoutTests),
|
|
|
testCase(ConnectionBackoffTests.__allTests__ConnectionBackoffTests),
|
|
testCase(ConnectionBackoffTests.__allTests__ConnectionBackoffTests),
|
|
|
testCase(FunctionalTestsAnonymousClient.__allTests__FunctionalTestsAnonymousClient),
|
|
testCase(FunctionalTestsAnonymousClient.__allTests__FunctionalTestsAnonymousClient),
|
|
|
|
|
+ testCase(FunctionalTestsAnonymousClientNIOTS.__allTests__FunctionalTestsAnonymousClientNIOTS),
|
|
|
testCase(FunctionalTestsInsecureTransport.__allTests__FunctionalTestsInsecureTransport),
|
|
testCase(FunctionalTestsInsecureTransport.__allTests__FunctionalTestsInsecureTransport),
|
|
|
|
|
+ testCase(FunctionalTestsInsecureTransportNIOTS.__allTests__FunctionalTestsInsecureTransportNIOTS),
|
|
|
testCase(FunctionalTestsMutualAuthentication.__allTests__FunctionalTestsMutualAuthentication),
|
|
testCase(FunctionalTestsMutualAuthentication.__allTests__FunctionalTestsMutualAuthentication),
|
|
|
|
|
+ testCase(FunctionalTestsMutualAuthenticationNIOTS.__allTests__FunctionalTestsMutualAuthenticationNIOTS),
|
|
|
testCase(GRPCChannelHandlerTests.__allTests__GRPCChannelHandlerTests),
|
|
testCase(GRPCChannelHandlerTests.__allTests__GRPCChannelHandlerTests),
|
|
|
testCase(GRPCInsecureInteroperabilityTests.__allTests__GRPCInsecureInteroperabilityTests),
|
|
testCase(GRPCInsecureInteroperabilityTests.__allTests__GRPCInsecureInteroperabilityTests),
|
|
|
testCase(GRPCSecureInteroperabilityTests.__allTests__GRPCSecureInteroperabilityTests),
|
|
testCase(GRPCSecureInteroperabilityTests.__allTests__GRPCSecureInteroperabilityTests),
|