| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253 |
- #if !canImport(ObjectiveC)
- import XCTest
- extension ChannelArgumentTests {
- // DO NOT MODIFY: This is autogenerated, use:
- // `swift test --generate-linuxmain`
- // to regenerate.
- static let __allTests__ChannelArgumentTests = [
- ("testArgumentKey", testArgumentKey),
- ("testBoolArgument", testBoolArgument),
- ("testIntegerArgument", testIntegerArgument),
- ("testPracticalUse", testPracticalUse),
- ("testStringArgument", testStringArgument),
- ("testTimeIntervalArgument", testTimeIntervalArgument),
- ]
- }
- extension ChannelConnectivityTests {
- // DO NOT MODIFY: This is autogenerated, use:
- // `swift test --generate-linuxmain`
- // to regenerate.
- static let __allTests__ChannelConnectivityTests = [
- ("testDanglingConnectivityObserversDontCrash", testDanglingConnectivityObserversDontCrash),
- ("testMultipleConnectivityObserversAreCalled", testMultipleConnectivityObserversAreCalled),
- ]
- }
- extension ChannelShutdownTests {
- // DO NOT MODIFY: This is autogenerated, use:
- // `swift test --generate-linuxmain`
- // to regenerate.
- static let __allTests__ChannelShutdownTests = [
- ("testCallCloseAndReceiveThrowsWhenChannelIsShutDown", testCallCloseAndReceiveThrowsWhenChannelIsShutDown),
- ("testCallCloseThrowsWhenChannelIsShutDown", testCallCloseThrowsWhenChannelIsShutDown),
- ("testCallReceiveThrowsWhenChannelIsShutDown", testCallReceiveThrowsWhenChannelIsShutDown),
- ("testCallSendThrowsWhenChannelIsShutDown", testCallSendThrowsWhenChannelIsShutDown),
- ("testCancelsActiveCallWhenShutdownIsCalled", testCancelsActiveCallWhenShutdownIsCalled),
- ("testThrowsWhenCreatingCallWithAlreadyShutDownChannel", testThrowsWhenCreatingCallWithAlreadyShutDownChannel),
- ]
- }
- extension ClientCancellingTests {
- // DO NOT MODIFY: This is autogenerated, use:
- // `swift test --generate-linuxmain`
- // to regenerate.
- static let __allTests__ClientCancellingTests = [
- ("testBidirectionalStreaming", testBidirectionalStreaming),
- ("testClientStreaming", testClientStreaming),
- ("testServerStreaming", testServerStreaming),
- ("testUnary", testUnary),
- ]
- }
- extension ClientTestExample {
- // DO NOT MODIFY: This is autogenerated, use:
- // `swift test --generate-linuxmain`
- // to regenerate.
- static let __allTests__ClientTestExample = [
- ("testBidirectionalStreaming", testBidirectionalStreaming),
- ("testClientStreaming", testClientStreaming),
- ("testServerStreaming", testServerStreaming),
- ("testUnary", testUnary),
- ]
- }
- extension ClientTimeoutTests {
- // DO NOT MODIFY: This is autogenerated, use:
- // `swift test --generate-linuxmain`
- // to regenerate.
- static let __allTests__ClientTimeoutTests = [
- ("testBidirectionalStreamingTimeoutPassedToReceiveMethod", testBidirectionalStreamingTimeoutPassedToReceiveMethod),
- ("testClientStreamingTimeoutAfterSending", testClientStreamingTimeoutAfterSending),
- ("testClientStreamingTimeoutBeforeSending", testClientStreamingTimeoutBeforeSending),
- ]
- }
- extension CompletionQueueTests {
- // DO NOT MODIFY: This is autogenerated, use:
- // `swift test --generate-linuxmain`
- // to regenerate.
- static let __allTests__CompletionQueueTests = [
- ("testCompletionQueueThrowsAfterShutdown", testCompletionQueueThrowsAfterShutdown),
- ]
- }
- extension ConnectionFailureTests {
- // DO NOT MODIFY: This is autogenerated, use:
- // `swift test --generate-linuxmain`
- // to regenerate.
- static let __allTests__ConnectionFailureTests = [
- ("testConnectionFailureBidirectionalStreaming", testConnectionFailureBidirectionalStreaming),
- ("testConnectionFailureClientStreaming", testConnectionFailureClientStreaming),
- ("testConnectionFailureServerStreaming", testConnectionFailureServerStreaming),
- ("testConnectionFailureUnary", testConnectionFailureUnary),
- ]
- }
- extension EchoTests {
- // DO NOT MODIFY: This is autogenerated, use:
- // `swift test --generate-linuxmain`
- // to regenerate.
- static let __allTests__EchoTests = [
- ("testBidirectionalStreamingBatched", testBidirectionalStreamingBatched),
- ("testBidirectionalStreamingLotsOfMessagesBatched", testBidirectionalStreamingLotsOfMessagesBatched),
- ("testBidirectionalStreamingLotsOfMessagesPingPong", testBidirectionalStreamingLotsOfMessagesPingPong),
- ("testBidirectionalStreamingPingPong", testBidirectionalStreamingPingPong),
- ("testClientStreaming", testClientStreaming),
- ("testClientStreamingLotsOfMessages", testClientStreamingLotsOfMessages),
- ("testServerStreaming", testServerStreaming),
- ("testServerStreamingLotsOfMessages", testServerStreamingLotsOfMessages),
- ("testUnary", testUnary),
- ("testUnaryLotsOfRequests", testUnaryLotsOfRequests),
- ]
- }
- extension EchoTestsMutualAuth {
- // DO NOT MODIFY: This is autogenerated, use:
- // `swift test --generate-linuxmain`
- // to regenerate.
- static let __allTests__EchoTestsMutualAuth = [
- ("testBidirectionalStreamingBatched", testBidirectionalStreamingBatched),
- ("testBidirectionalStreamingLotsOfMessagesBatched", testBidirectionalStreamingLotsOfMessagesBatched),
- ("testBidirectionalStreamingLotsOfMessagesPingPong", testBidirectionalStreamingLotsOfMessagesPingPong),
- ("testBidirectionalStreamingPingPong", testBidirectionalStreamingPingPong),
- ("testClientStreaming", testClientStreaming),
- ("testClientStreamingLotsOfMessages", testClientStreamingLotsOfMessages),
- ("testServerStreaming", testServerStreaming),
- ("testServerStreamingLotsOfMessages", testServerStreamingLotsOfMessages),
- ("testUnary", testUnary),
- ("testUnaryLotsOfRequests", testUnaryLotsOfRequests),
- ]
- }
- extension EchoTestsSecure {
- // DO NOT MODIFY: This is autogenerated, use:
- // `swift test --generate-linuxmain`
- // to regenerate.
- static let __allTests__EchoTestsSecure = [
- ("testBidirectionalStreamingBatched", testBidirectionalStreamingBatched),
- ("testBidirectionalStreamingLotsOfMessagesBatched", testBidirectionalStreamingLotsOfMessagesBatched),
- ("testBidirectionalStreamingLotsOfMessagesPingPong", testBidirectionalStreamingLotsOfMessagesPingPong),
- ("testBidirectionalStreamingPingPong", testBidirectionalStreamingPingPong),
- ("testClientStreaming", testClientStreaming),
- ("testClientStreamingLotsOfMessages", testClientStreamingLotsOfMessages),
- ("testServerStreaming", testServerStreaming),
- ("testServerStreamingLotsOfMessages", testServerStreamingLotsOfMessages),
- ("testUnary", testUnary),
- ("testUnaryLotsOfRequests", testUnaryLotsOfRequests),
- ]
- }
- extension MetadataTests {
- // DO NOT MODIFY: This is autogenerated, use:
- // `swift test --generate-linuxmain`
- // to regenerate.
- static let __allTests__MetadataTests = [
- ("testCopyDoesNotCorruptData", testCopyDoesNotCorruptData),
- ("testExtractData", testExtractData),
- ]
- }
- extension ServerCancellingTests {
- // DO NOT MODIFY: This is autogenerated, use:
- // `swift test --generate-linuxmain`
- // to regenerate.
- static let __allTests__ServerCancellingTests = [
- ("testServerThrowsBidirectionalStreaming", testServerThrowsBidirectionalStreaming),
- ("testServerThrowsClientStreaming", testServerThrowsClientStreaming),
- ("testServerThrowsServerStreaming", testServerThrowsServerStreaming),
- ("testServerThrowsUnary", testServerThrowsUnary),
- ]
- }
- extension ServerTestExample {
- // DO NOT MODIFY: This is autogenerated, use:
- // `swift test --generate-linuxmain`
- // to regenerate.
- static let __allTests__ServerTestExample = [
- ("testBidirectionalStreaming", testBidirectionalStreaming),
- ("testClientStreaming", testClientStreaming),
- ("testServerStreaming", testServerStreaming),
- ("testUnary", testUnary),
- ]
- }
- extension ServerThrowingTests {
- // DO NOT MODIFY: This is autogenerated, use:
- // `swift test --generate-linuxmain`
- // to regenerate.
- static let __allTests__ServerThrowingTests = [
- ("testServerThrowsBidirectionalStreaming", testServerThrowsBidirectionalStreaming),
- ("testServerThrowsClientStreaming", testServerThrowsClientStreaming),
- ("testServerThrowsServerStreaming", testServerThrowsServerStreaming),
- ("testServerThrowsUnary_noTrailingMetadataCorruptionAfterOriginalTrailingMetadataGetsReleased", testServerThrowsUnary_noTrailingMetadataCorruptionAfterOriginalTrailingMetadataGetsReleased),
- ("testServerThrowsUnary", testServerThrowsUnary),
- ]
- }
- extension ServerTimeoutTests {
- // DO NOT MODIFY: This is autogenerated, use:
- // `swift test --generate-linuxmain`
- // to regenerate.
- static let __allTests__ServerTimeoutTests = [
- ("testTimeoutBidirectionalStreaming", testTimeoutBidirectionalStreaming),
- ("testTimeoutClientStreaming", testTimeoutClientStreaming),
- ("testTimeoutServerStreaming", testTimeoutServerStreaming),
- ("testTimeoutUnary", testTimeoutUnary),
- ]
- }
- extension ServiceClientTests {
- // DO NOT MODIFY: This is autogenerated, use:
- // `swift test --generate-linuxmain`
- // to regenerate.
- static let __allTests__ServiceClientTests = [
- ("testSharedChannelStillWorksAfterFirstUnaryClientCompletes", testSharedChannelStillWorksAfterFirstUnaryClientCompletes),
- ("testSharingChannelBetweenClientsUnaryAsync", testSharingChannelBetweenClientsUnaryAsync),
- ]
- }
- extension gRPCTests {
- // DO NOT MODIFY: This is autogenerated, use:
- // `swift test --generate-linuxmain`
- // to regenerate.
- static let __allTests__gRPCTests = [
- ("testConnectivity", testConnectivity),
- ("testConnectivitySecure", testConnectivitySecure),
- ]
- }
- public func __allTests() -> [XCTestCaseEntry] {
- return [
- testCase(ChannelArgumentTests.__allTests__ChannelArgumentTests),
- testCase(ChannelConnectivityTests.__allTests__ChannelConnectivityTests),
- testCase(ChannelShutdownTests.__allTests__ChannelShutdownTests),
- testCase(ClientCancellingTests.__allTests__ClientCancellingTests),
- testCase(ClientTestExample.__allTests__ClientTestExample),
- testCase(ClientTimeoutTests.__allTests__ClientTimeoutTests),
- testCase(CompletionQueueTests.__allTests__CompletionQueueTests),
- testCase(ConnectionFailureTests.__allTests__ConnectionFailureTests),
- testCase(EchoTests.__allTests__EchoTests),
- testCase(EchoTestsMutualAuth.__allTests__EchoTestsMutualAuth),
- testCase(EchoTestsSecure.__allTests__EchoTestsSecure),
- testCase(MetadataTests.__allTests__MetadataTests),
- testCase(ServerCancellingTests.__allTests__ServerCancellingTests),
- testCase(ServerTestExample.__allTests__ServerTestExample),
- testCase(ServerThrowingTests.__allTests__ServerThrowingTests),
- testCase(ServerTimeoutTests.__allTests__ServerTimeoutTests),
- testCase(ServiceClientTests.__allTests__ServiceClientTests),
- testCase(gRPCTests.__allTests__gRPCTests),
- ]
- }
- #endif
|