XCTestManifests.swift 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820
  1. #if !canImport(ObjectiveC)
  2. import XCTest
  3. extension AnyServiceClientTests {
  4. // DO NOT MODIFY: This is autogenerated, use:
  5. // `swift test --generate-linuxmain`
  6. // to regenerate.
  7. static let __allTests__AnyServiceClientTests = [
  8. ("testBidirectionalStreaming", testBidirectionalStreaming),
  9. ("testClientStreaming", testClientStreaming),
  10. ("testServerStreaming", testServerStreaming),
  11. ("testUnary", testUnary),
  12. ]
  13. }
  14. extension ChannelTransportTests {
  15. // DO NOT MODIFY: This is autogenerated, use:
  16. // `swift test --generate-linuxmain`
  17. // to regenerate.
  18. static let __allTests__ChannelTransportTests = [
  19. ("testBidirectionalHappyPath", testBidirectionalHappyPath),
  20. ("testBufferedWritesAreFailedOnClose", testBufferedWritesAreFailedOnClose),
  21. ("testChannelBecomesInactive", testChannelBecomesInactive),
  22. ("testChannelError", testChannelError),
  23. ("testErrorsAreNotAlwaysStatus", testErrorsAreNotAlwaysStatus),
  24. ("testInboundMethodsAfterShutdown", testInboundMethodsAfterShutdown),
  25. ("testOutboundMethodsAfterShutdown", testOutboundMethodsAfterShutdown),
  26. ("testTimeoutAfterActivating", testTimeoutAfterActivating),
  27. ("testTimeoutBeforeActivating", testTimeoutBeforeActivating),
  28. ("testTimeoutMidRPC", testTimeoutMidRPC),
  29. ("testUnaryHappyPath", testUnaryHappyPath),
  30. ]
  31. }
  32. extension ClientCancellingTests {
  33. // DO NOT MODIFY: This is autogenerated, use:
  34. // `swift test --generate-linuxmain`
  35. // to regenerate.
  36. static let __allTests__ClientCancellingTests = [
  37. ("testBidirectionalStreaming", testBidirectionalStreaming),
  38. ("testClientStreaming", testClientStreaming),
  39. ("testServerStreaming", testServerStreaming),
  40. ("testUnary", testUnary),
  41. ]
  42. }
  43. extension ClientClosedChannelTests {
  44. // DO NOT MODIFY: This is autogenerated, use:
  45. // `swift test --generate-linuxmain`
  46. // to regenerate.
  47. static let __allTests__ClientClosedChannelTests = [
  48. ("testBidirectionalStreamingOnClosedConnection", testBidirectionalStreamingOnClosedConnection),
  49. ("testBidirectionalStreamingWhenConnectionIsClosedBetweenMessages", testBidirectionalStreamingWhenConnectionIsClosedBetweenMessages),
  50. ("testBidirectionalStreamingWithNoPromiseWhenConnectionIsClosedBetweenMessages", testBidirectionalStreamingWithNoPromiseWhenConnectionIsClosedBetweenMessages),
  51. ("testClientStreamingOnClosedConnection", testClientStreamingOnClosedConnection),
  52. ("testClientStreamingWhenConnectionIsClosedBetweenMessages", testClientStreamingWhenConnectionIsClosedBetweenMessages),
  53. ("testServerStreamingOnClosedConnection", testServerStreamingOnClosedConnection),
  54. ("testUnaryOnClosedConnection", testUnaryOnClosedConnection),
  55. ]
  56. }
  57. extension ClientConnectionBackoffTests {
  58. // DO NOT MODIFY: This is autogenerated, use:
  59. // `swift test --generate-linuxmain`
  60. // to regenerate.
  61. static let __allTests__ClientConnectionBackoffTests = [
  62. ("testClientConnectionFailsWithNoBackoff", testClientConnectionFailsWithNoBackoff),
  63. ("testClientConnectionFailureIsLimited", testClientConnectionFailureIsLimited),
  64. ("testClientEventuallyConnects", testClientEventuallyConnects),
  65. ("testClientReconnectsAutomatically", testClientReconnectsAutomatically),
  66. ]
  67. }
  68. extension ClientTLSFailureTests {
  69. // DO NOT MODIFY: This is autogenerated, use:
  70. // `swift test --generate-linuxmain`
  71. // to regenerate.
  72. static let __allTests__ClientTLSFailureTests = [
  73. ("testClientConnectionFailsWhenHostnameIsNotValid", testClientConnectionFailsWhenHostnameIsNotValid),
  74. ("testClientConnectionFailsWhenServerIsUnknown", testClientConnectionFailsWhenServerIsUnknown),
  75. ]
  76. }
  77. extension ClientTLSHostnameOverrideTests {
  78. // DO NOT MODIFY: This is autogenerated, use:
  79. // `swift test --generate-linuxmain`
  80. // to regenerate.
  81. static let __allTests__ClientTLSHostnameOverrideTests = [
  82. ("testTLSWithHostnameOverride", testTLSWithHostnameOverride),
  83. ("testTLSWithoutHostnameOverride", testTLSWithoutHostnameOverride),
  84. ]
  85. }
  86. extension ClientThrowingWhenServerReturningErrorTests {
  87. // DO NOT MODIFY: This is autogenerated, use:
  88. // `swift test --generate-linuxmain`
  89. // to regenerate.
  90. static let __allTests__ClientThrowingWhenServerReturningErrorTests = [
  91. ("testBidirectionalStreaming", testBidirectionalStreaming),
  92. ("testClientStreaming", testClientStreaming),
  93. ("testServerStreaming", testServerStreaming),
  94. ("testUnary", testUnary),
  95. ]
  96. }
  97. extension ClientTimeoutTests {
  98. // DO NOT MODIFY: This is autogenerated, use:
  99. // `swift test --generate-linuxmain`
  100. // to regenerate.
  101. static let __allTests__ClientTimeoutTests = [
  102. ("testBidirectionalStreamingTimeoutAfterSending", testBidirectionalStreamingTimeoutAfterSending),
  103. ("testBidirectionalStreamingTimeoutBeforeSending", testBidirectionalStreamingTimeoutBeforeSending),
  104. ("testClientStreamingTimeoutAfterSending", testClientStreamingTimeoutAfterSending),
  105. ("testClientStreamingTimeoutBeforeSending", testClientStreamingTimeoutBeforeSending),
  106. ("testServerStreamingTimeoutAfterSending", testServerStreamingTimeoutAfterSending),
  107. ("testUnaryTimeoutAfterSending", testUnaryTimeoutAfterSending),
  108. ]
  109. }
  110. extension ConnectionBackoffTests {
  111. // DO NOT MODIFY: This is autogenerated, use:
  112. // `swift test --generate-linuxmain`
  113. // to regenerate.
  114. static let __allTests__ConnectionBackoffTests = [
  115. ("testBackoffDoesNotExceedMaximum", testBackoffDoesNotExceedMaximum),
  116. ("testBackoffWithJitter", testBackoffWithJitter),
  117. ("testBackoffWithNoJitter", testBackoffWithNoJitter),
  118. ("testConnectionBackoffHasLimitedRetries", testConnectionBackoffHasLimitedRetries),
  119. ("testConnectionBackoffWhenLimitedToZeroRetries", testConnectionBackoffWhenLimitedToZeroRetries),
  120. ("testConnectionBackoffWithNoRetries", testConnectionBackoffWithNoRetries),
  121. ("testConnectionTimeoutAlwaysGreaterThanOrEqualToMinimum", testConnectionTimeoutAlwaysGreaterThanOrEqualToMinimum),
  122. ("testExpectedValuesWithNoJitter", testExpectedValuesWithNoJitter),
  123. ]
  124. }
  125. extension ConnectionManagerTests {
  126. // DO NOT MODIFY: This is autogenerated, use:
  127. // `swift test --generate-linuxmain`
  128. // to regenerate.
  129. static let __allTests__ConnectionManagerTests = [
  130. ("testConnectAndDisconnect", testConnectAndDisconnect),
  131. ("testConnectAndIdle", testConnectAndIdle),
  132. ("testConnectAndThenBecomeInactive", testConnectAndThenBecomeInactive),
  133. ("testConnectFromIdleFailsWithNoReconnect", testConnectFromIdleFailsWithNoReconnect),
  134. ("testConnectOnSecondAttempt", testConnectOnSecondAttempt),
  135. ("testGoAwayWhenReady", testGoAwayWhenReady),
  136. ("testIdleShutdown", testIdleShutdown),
  137. ("testIdleTimeoutWhenThereAreActiveStreams", testIdleTimeoutWhenThereAreActiveStreams),
  138. ("testShutdownWhileActive", testShutdownWhileActive),
  139. ("testShutdownWhileConnecting", testShutdownWhileConnecting),
  140. ("testShutdownWhileShutdown", testShutdownWhileShutdown),
  141. ("testShutdownWhileTransientFailure", testShutdownWhileTransientFailure),
  142. ("testTransientFailureWhileActive", testTransientFailureWhileActive),
  143. ("testTransientFailureWhileReady", testTransientFailureWhileReady),
  144. ]
  145. }
  146. extension ConnectivityStateMonitorTests {
  147. // DO NOT MODIFY: This is autogenerated, use:
  148. // `swift test --generate-linuxmain`
  149. // to regenerate.
  150. static let __allTests__ConnectivityStateMonitorTests = [
  151. ("testDelegateOnlyCalledForChanges", testDelegateOnlyCalledForChanges),
  152. ]
  153. }
  154. extension DelegatingErrorHandlerTests {
  155. // DO NOT MODIFY: This is autogenerated, use:
  156. // `swift test --generate-linuxmain`
  157. // to regenerate.
  158. static let __allTests__DelegatingErrorHandlerTests = [
  159. ("testUncleanShutdownIsIgnored", testUncleanShutdownIsIgnored),
  160. ]
  161. }
  162. extension FunctionalTestsAnonymousClient {
  163. // DO NOT MODIFY: This is autogenerated, use:
  164. // `swift test --generate-linuxmain`
  165. // to regenerate.
  166. static let __allTests__FunctionalTestsAnonymousClient = [
  167. ("testBidirectionalStreamingBatched", testBidirectionalStreamingBatched),
  168. ("testBidirectionalStreamingLotsOfMessagesBatched", testBidirectionalStreamingLotsOfMessagesBatched),
  169. ("testBidirectionalStreamingLotsOfMessagesPingPong", testBidirectionalStreamingLotsOfMessagesPingPong),
  170. ("testBidirectionalStreamingPingPong", testBidirectionalStreamingPingPong),
  171. ("testClientStreaming", testClientStreaming),
  172. ("testClientStreamingLotsOfMessages", testClientStreamingLotsOfMessages),
  173. ("testServerStreaming", testServerStreaming),
  174. ("testServerStreamingLotsOfMessages", testServerStreamingLotsOfMessages),
  175. ("testUnary", testUnary),
  176. ("testUnaryEmptyRequest", testUnaryEmptyRequest),
  177. ("testUnaryLotsOfRequests", testUnaryLotsOfRequests),
  178. ("testUnaryWithLargeData", testUnaryWithLargeData),
  179. ]
  180. }
  181. extension FunctionalTestsAnonymousClientNIOTS {
  182. // DO NOT MODIFY: This is autogenerated, use:
  183. // `swift test --generate-linuxmain`
  184. // to regenerate.
  185. static let __allTests__FunctionalTestsAnonymousClientNIOTS = [
  186. ("testBidirectionalStreamingBatched", testBidirectionalStreamingBatched),
  187. ("testBidirectionalStreamingLotsOfMessagesBatched", testBidirectionalStreamingLotsOfMessagesBatched),
  188. ("testBidirectionalStreamingLotsOfMessagesPingPong", testBidirectionalStreamingLotsOfMessagesPingPong),
  189. ("testBidirectionalStreamingPingPong", testBidirectionalStreamingPingPong),
  190. ("testClientStreaming", testClientStreaming),
  191. ("testClientStreamingLotsOfMessages", testClientStreamingLotsOfMessages),
  192. ("testServerStreaming", testServerStreaming),
  193. ("testServerStreamingLotsOfMessages", testServerStreamingLotsOfMessages),
  194. ("testUnary", testUnary),
  195. ("testUnaryEmptyRequest", testUnaryEmptyRequest),
  196. ("testUnaryLotsOfRequests", testUnaryLotsOfRequests),
  197. ("testUnaryWithLargeData", testUnaryWithLargeData),
  198. ]
  199. }
  200. extension FunctionalTestsInsecureTransport {
  201. // DO NOT MODIFY: This is autogenerated, use:
  202. // `swift test --generate-linuxmain`
  203. // to regenerate.
  204. static let __allTests__FunctionalTestsInsecureTransport = [
  205. ("testBidirectionalStreamingBatched", testBidirectionalStreamingBatched),
  206. ("testBidirectionalStreamingLotsOfMessagesBatched", testBidirectionalStreamingLotsOfMessagesBatched),
  207. ("testBidirectionalStreamingLotsOfMessagesPingPong", testBidirectionalStreamingLotsOfMessagesPingPong),
  208. ("testBidirectionalStreamingPingPong", testBidirectionalStreamingPingPong),
  209. ("testClientStreaming", testClientStreaming),
  210. ("testClientStreamingLotsOfMessages", testClientStreamingLotsOfMessages),
  211. ("testServerStreaming", testServerStreaming),
  212. ("testServerStreamingLotsOfMessages", testServerStreamingLotsOfMessages),
  213. ("testUnary", testUnary),
  214. ("testUnaryEmptyRequest", testUnaryEmptyRequest),
  215. ("testUnaryLotsOfRequests", testUnaryLotsOfRequests),
  216. ("testUnaryWithLargeData", testUnaryWithLargeData),
  217. ]
  218. }
  219. extension FunctionalTestsInsecureTransportNIOTS {
  220. // DO NOT MODIFY: This is autogenerated, use:
  221. // `swift test --generate-linuxmain`
  222. // to regenerate.
  223. static let __allTests__FunctionalTestsInsecureTransportNIOTS = [
  224. ("testBidirectionalStreamingBatched", testBidirectionalStreamingBatched),
  225. ("testBidirectionalStreamingLotsOfMessagesBatched", testBidirectionalStreamingLotsOfMessagesBatched),
  226. ("testBidirectionalStreamingLotsOfMessagesPingPong", testBidirectionalStreamingLotsOfMessagesPingPong),
  227. ("testBidirectionalStreamingPingPong", testBidirectionalStreamingPingPong),
  228. ("testClientStreaming", testClientStreaming),
  229. ("testClientStreamingLotsOfMessages", testClientStreamingLotsOfMessages),
  230. ("testServerStreaming", testServerStreaming),
  231. ("testServerStreamingLotsOfMessages", testServerStreamingLotsOfMessages),
  232. ("testUnary", testUnary),
  233. ("testUnaryEmptyRequest", testUnaryEmptyRequest),
  234. ("testUnaryLotsOfRequests", testUnaryLotsOfRequests),
  235. ("testUnaryWithLargeData", testUnaryWithLargeData),
  236. ]
  237. }
  238. extension FunctionalTestsMutualAuthentication {
  239. // DO NOT MODIFY: This is autogenerated, use:
  240. // `swift test --generate-linuxmain`
  241. // to regenerate.
  242. static let __allTests__FunctionalTestsMutualAuthentication = [
  243. ("testBidirectionalStreamingBatched", testBidirectionalStreamingBatched),
  244. ("testBidirectionalStreamingLotsOfMessagesBatched", testBidirectionalStreamingLotsOfMessagesBatched),
  245. ("testBidirectionalStreamingLotsOfMessagesPingPong", testBidirectionalStreamingLotsOfMessagesPingPong),
  246. ("testBidirectionalStreamingPingPong", testBidirectionalStreamingPingPong),
  247. ("testClientStreaming", testClientStreaming),
  248. ("testClientStreamingLotsOfMessages", testClientStreamingLotsOfMessages),
  249. ("testServerStreaming", testServerStreaming),
  250. ("testServerStreamingLotsOfMessages", testServerStreamingLotsOfMessages),
  251. ("testUnary", testUnary),
  252. ("testUnaryEmptyRequest", testUnaryEmptyRequest),
  253. ("testUnaryLotsOfRequests", testUnaryLotsOfRequests),
  254. ("testUnaryWithLargeData", testUnaryWithLargeData),
  255. ]
  256. }
  257. extension FunctionalTestsMutualAuthenticationNIOTS {
  258. // DO NOT MODIFY: This is autogenerated, use:
  259. // `swift test --generate-linuxmain`
  260. // to regenerate.
  261. static let __allTests__FunctionalTestsMutualAuthenticationNIOTS = [
  262. ("testBidirectionalStreamingBatched", testBidirectionalStreamingBatched),
  263. ("testBidirectionalStreamingLotsOfMessagesBatched", testBidirectionalStreamingLotsOfMessagesBatched),
  264. ("testBidirectionalStreamingLotsOfMessagesPingPong", testBidirectionalStreamingLotsOfMessagesPingPong),
  265. ("testBidirectionalStreamingPingPong", testBidirectionalStreamingPingPong),
  266. ("testClientStreaming", testClientStreaming),
  267. ("testClientStreamingLotsOfMessages", testClientStreamingLotsOfMessages),
  268. ("testServerStreaming", testServerStreaming),
  269. ("testServerStreamingLotsOfMessages", testServerStreamingLotsOfMessages),
  270. ("testUnary", testUnary),
  271. ("testUnaryEmptyRequest", testUnaryEmptyRequest),
  272. ("testUnaryLotsOfRequests", testUnaryLotsOfRequests),
  273. ("testUnaryWithLargeData", testUnaryWithLargeData),
  274. ]
  275. }
  276. extension GRPCClientStateMachineTests {
  277. // DO NOT MODIFY: This is autogenerated, use:
  278. // `swift test --generate-linuxmain`
  279. // to regenerate.
  280. static let __allTests__GRPCClientStateMachineTests = [
  281. ("testReceiveEndOfResponseStreamFromActive", testReceiveEndOfResponseStreamFromActive),
  282. ("testReceiveEndOfResponseStreamFromClientActiveServerIdle", testReceiveEndOfResponseStreamFromClientActiveServerIdle),
  283. ("testReceiveEndOfResponseStreamFromClientClosedServerActive", testReceiveEndOfResponseStreamFromClientClosedServerActive),
  284. ("testReceiveEndOfResponseStreamFromClientClosedServerIdle", testReceiveEndOfResponseStreamFromClientClosedServerIdle),
  285. ("testReceiveEndOfResponseStreamFromClosed", testReceiveEndOfResponseStreamFromClosed),
  286. ("testReceiveEndOfResponseStreamFromIdle", testReceiveEndOfResponseStreamFromIdle),
  287. ("testReceiveEndOfResponseStreamWithNonIntStatus", testReceiveEndOfResponseStreamWithNonIntStatus),
  288. ("testReceiveEndOfResponseStreamWithStatusAndMessage", testReceiveEndOfResponseStreamWithStatusAndMessage),
  289. ("testReceiveEndOfResponseStreamWithStatus", testReceiveEndOfResponseStreamWithStatus),
  290. ("testReceiveEndOfResponseStreamWithUnknownStatus", testReceiveEndOfResponseStreamWithUnknownStatus),
  291. ("testReceiveResponseFromActive", testReceiveResponseFromActive),
  292. ("testReceiveResponseFromClientActiveServerIdle", testReceiveResponseFromClientActiveServerIdle),
  293. ("testReceiveResponseFromClientClosedServerActive", testReceiveResponseFromClientClosedServerActive),
  294. ("testReceiveResponseFromClientClosedServerIdle", testReceiveResponseFromClientClosedServerIdle),
  295. ("testReceiveResponseFromClosed", testReceiveResponseFromClosed),
  296. ("testReceiveResponseFromIdle", testReceiveResponseFromIdle),
  297. ("testReceiveResponseHeadersFromActive", testReceiveResponseHeadersFromActive),
  298. ("testReceiveResponseHeadersFromClientActiveServerIdle", testReceiveResponseHeadersFromClientActiveServerIdle),
  299. ("testReceiveResponseHeadersFromClientClosedServerActive", testReceiveResponseHeadersFromClientClosedServerActive),
  300. ("testReceiveResponseHeadersFromClientClosedServerIdle", testReceiveResponseHeadersFromClientClosedServerIdle),
  301. ("testReceiveResponseHeadersFromClosed", testReceiveResponseHeadersFromClosed),
  302. ("testReceiveResponseHeadersFromIdle", testReceiveResponseHeadersFromIdle),
  303. ("testReceiveResponseHeadersWithInvalidContentType", testReceiveResponseHeadersWithInvalidContentType),
  304. ("testReceiveResponseHeadersWithNotOkStatus", testReceiveResponseHeadersWithNotOkStatus),
  305. ("testReceiveResponseHeadersWithOkStatus", testReceiveResponseHeadersWithOkStatus),
  306. ("testReceiveResponseHeadersWithoutContentType", testReceiveResponseHeadersWithoutContentType),
  307. ("testReceiveResponseHeadersWithSupportedCompressionMechanism", testReceiveResponseHeadersWithSupportedCompressionMechanism),
  308. ("testReceiveResponseHeadersWithUnknownCompressionMechanism", testReceiveResponseHeadersWithUnknownCompressionMechanism),
  309. ("testReceiveResponseHeadersWithUnsupportedCompressionMechanism", testReceiveResponseHeadersWithUnsupportedCompressionMechanism),
  310. ("testReceiveTooManyRequests", testReceiveTooManyRequests),
  311. ("testReceiveTooManyRequestsInOneBuffer", testReceiveTooManyRequestsInOneBuffer),
  312. ("testSendEndOfRequestStreamFromActive", testSendEndOfRequestStreamFromActive),
  313. ("testSendEndOfRequestStreamFromClientActiveServerIdle", testSendEndOfRequestStreamFromClientActiveServerIdle),
  314. ("testSendEndOfRequestStreamFromClientClosedServerActive", testSendEndOfRequestStreamFromClientClosedServerActive),
  315. ("testSendEndOfRequestStreamFromClientClosedServerIdle", testSendEndOfRequestStreamFromClientClosedServerIdle),
  316. ("testSendEndOfRequestStreamFromClosed", testSendEndOfRequestStreamFromClosed),
  317. ("testSendEndOfRequestStreamFromIdle", testSendEndOfRequestStreamFromIdle),
  318. ("testSendRequestFromActive", testSendRequestFromActive),
  319. ("testSendRequestFromClientActiveServerIdle", testSendRequestFromClientActiveServerIdle),
  320. ("testSendRequestFromClientClosedServerActive", testSendRequestFromClientClosedServerActive),
  321. ("testSendRequestFromClientClosedServerIdle", testSendRequestFromClientClosedServerIdle),
  322. ("testSendRequestFromClosed", testSendRequestFromClosed),
  323. ("testSendRequestFromIdle", testSendRequestFromIdle),
  324. ("testSendRequestHeaders", testSendRequestHeaders),
  325. ("testSendRequestHeadersFromActive", testSendRequestHeadersFromActive),
  326. ("testSendRequestHeadersFromClientActiveServerIdle", testSendRequestHeadersFromClientActiveServerIdle),
  327. ("testSendRequestHeadersFromClientClosedServerActive", testSendRequestHeadersFromClientClosedServerActive),
  328. ("testSendRequestHeadersFromClientClosedServerIdle", testSendRequestHeadersFromClientClosedServerIdle),
  329. ("testSendRequestHeadersFromClosed", testSendRequestHeadersFromClosed),
  330. ("testSendRequestHeadersFromIdle", testSendRequestHeadersFromIdle),
  331. ("testSendRequestHeadersNormalizesCustomMetadata", testSendRequestHeadersNormalizesCustomMetadata),
  332. ("testSendRequestHeadersWithCustomUserAgent", testSendRequestHeadersWithCustomUserAgent),
  333. ("testSendRequestHeadersWithNoCompressionForRequests", testSendRequestHeadersWithNoCompressionForRequests),
  334. ("testSendRequestHeadersWithNoCompressionForResponses", testSendRequestHeadersWithNoCompressionForResponses),
  335. ("testSendRequestHeadersWithNoCompressionInEitherDirection", testSendRequestHeadersWithNoCompressionInEitherDirection),
  336. ("testSendTooManyRequestsFromActive", testSendTooManyRequestsFromActive),
  337. ("testSendTooManyRequestsFromClientActiveServerIdle", testSendTooManyRequestsFromClientActiveServerIdle),
  338. ("testSendTooManyRequestsFromClosed", testSendTooManyRequestsFromClosed),
  339. ("testSimpleBidirectionalActiveFlow", testSimpleBidirectionalActiveFlow),
  340. ("testSimpleClientActiveFlow", testSimpleClientActiveFlow),
  341. ("testSimpleServerActiveFlow", testSimpleServerActiveFlow),
  342. ("testSimpleUnaryFlow", testSimpleUnaryFlow),
  343. ]
  344. }
  345. extension GRPCCustomPayloadTests {
  346. // DO NOT MODIFY: This is autogenerated, use:
  347. // `swift test --generate-linuxmain`
  348. // to regenerate.
  349. static let __allTests__GRPCCustomPayloadTests = [
  350. ("testCustomPayload", testCustomPayload),
  351. ("testNoDeserializationOnTheClient", testNoDeserializationOnTheClient),
  352. ]
  353. }
  354. extension GRPCIdleTests {
  355. // DO NOT MODIFY: This is autogenerated, use:
  356. // `swift test --generate-linuxmain`
  357. // to regenerate.
  358. static let __allTests__GRPCIdleTests = [
  359. ("testClientIdleTimeout", testClientIdleTimeout),
  360. ("testServerIdleTimeout", testServerIdleTimeout),
  361. ]
  362. }
  363. extension GRPCInsecureInteroperabilityTests {
  364. // DO NOT MODIFY: This is autogenerated, use:
  365. // `swift test --generate-linuxmain`
  366. // to regenerate.
  367. static let __allTests__GRPCInsecureInteroperabilityTests = [
  368. ("testCacheableUnary", testCacheableUnary),
  369. ("testCancelAfterBegin", testCancelAfterBegin),
  370. ("testCancelAfterFirstResponse", testCancelAfterFirstResponse),
  371. ("testClientCompressedStreaming", testClientCompressedStreaming),
  372. ("testClientCompressedUnary", testClientCompressedUnary),
  373. ("testClientStreaming", testClientStreaming),
  374. ("testCustomMetadata", testCustomMetadata),
  375. ("testEmptyStream", testEmptyStream),
  376. ("testEmptyUnary", testEmptyUnary),
  377. ("testLargeUnary", testLargeUnary),
  378. ("testPingPong", testPingPong),
  379. ("testServerCompressedStreaming", testServerCompressedStreaming),
  380. ("testServerCompressedUnary", testServerCompressedUnary),
  381. ("testServerStreaming", testServerStreaming),
  382. ("testSpecialStatusAndMessage", testSpecialStatusAndMessage),
  383. ("testStatusCodeAndMessage", testStatusCodeAndMessage),
  384. ("testTimeoutOnSleepingServer", testTimeoutOnSleepingServer),
  385. ("testUnimplementedMethod", testUnimplementedMethod),
  386. ("testUnimplementedService", testUnimplementedService),
  387. ]
  388. }
  389. extension GRPCSecureInteroperabilityTests {
  390. // DO NOT MODIFY: This is autogenerated, use:
  391. // `swift test --generate-linuxmain`
  392. // to regenerate.
  393. static let __allTests__GRPCSecureInteroperabilityTests = [
  394. ("testCacheableUnary", testCacheableUnary),
  395. ("testCancelAfterBegin", testCancelAfterBegin),
  396. ("testCancelAfterFirstResponse", testCancelAfterFirstResponse),
  397. ("testClientCompressedStreaming", testClientCompressedStreaming),
  398. ("testClientCompressedUnary", testClientCompressedUnary),
  399. ("testClientStreaming", testClientStreaming),
  400. ("testCustomMetadata", testCustomMetadata),
  401. ("testEmptyStream", testEmptyStream),
  402. ("testEmptyUnary", testEmptyUnary),
  403. ("testLargeUnary", testLargeUnary),
  404. ("testPingPong", testPingPong),
  405. ("testServerCompressedStreaming", testServerCompressedStreaming),
  406. ("testServerCompressedUnary", testServerCompressedUnary),
  407. ("testServerStreaming", testServerStreaming),
  408. ("testSpecialStatusAndMessage", testSpecialStatusAndMessage),
  409. ("testStatusCodeAndMessage", testStatusCodeAndMessage),
  410. ("testTimeoutOnSleepingServer", testTimeoutOnSleepingServer),
  411. ("testUnimplementedMethod", testUnimplementedMethod),
  412. ("testUnimplementedService", testUnimplementedService),
  413. ]
  414. }
  415. extension GRPCServerRequestRoutingHandlerTests {
  416. // DO NOT MODIFY: This is autogenerated, use:
  417. // `swift test --generate-linuxmain`
  418. // to regenerate.
  419. static let __allTests__GRPCServerRequestRoutingHandlerTests = [
  420. ("testImplementedMethodReconfiguresPipeline", testImplementedMethodReconfiguresPipeline),
  421. ("testInvalidGRPCContentTypeReturnsUnsupportedMediaType", testInvalidGRPCContentTypeReturnsUnsupportedMediaType),
  422. ("testUnimplementedMethodReturnsUnimplementedStatus", testUnimplementedMethodReturnsUnimplementedStatus),
  423. ]
  424. }
  425. extension GRPCStatusCodeTests {
  426. // DO NOT MODIFY: This is autogenerated, use:
  427. // `swift test --generate-linuxmain`
  428. // to regenerate.
  429. static let __allTests__GRPCStatusCodeTests = [
  430. ("testBadGateway", testBadGateway),
  431. ("testBadRequest", testBadRequest),
  432. ("testForbidden", testForbidden),
  433. ("testGatewayTimeout", testGatewayTimeout),
  434. ("testNotFound", testNotFound),
  435. ("testServiceUnavailable", testServiceUnavailable),
  436. ("testStatusCodeAndMessageAreRespectedForNon200Responses", testStatusCodeAndMessageAreRespectedForNon200Responses),
  437. ("testTooManyRequests", testTooManyRequests),
  438. ("testUnauthorized", testUnauthorized),
  439. ]
  440. }
  441. extension GRPCStatusMessageMarshallerTests {
  442. // DO NOT MODIFY: This is autogenerated, use:
  443. // `swift test --generate-linuxmain`
  444. // to regenerate.
  445. static let __allTests__GRPCStatusMessageMarshallerTests = [
  446. ("testASCIIMarshallingAndUnmarshalling", testASCIIMarshallingAndUnmarshalling),
  447. ("testPercentMarshallingAndUnmarshalling", testPercentMarshallingAndUnmarshalling),
  448. ("testUnicodeMarshalling", testUnicodeMarshalling),
  449. ]
  450. }
  451. extension GRPCStatusTests {
  452. // DO NOT MODIFY: This is autogenerated, use:
  453. // `swift test --generate-linuxmain`
  454. // to regenerate.
  455. static let __allTests__GRPCStatusTests = [
  456. ("testStatusDescriptionWithMessage", testStatusDescriptionWithMessage),
  457. ("testStatusDescriptionWithoutMessage", testStatusDescriptionWithoutMessage),
  458. ]
  459. }
  460. extension GRPCTimeoutTests {
  461. // DO NOT MODIFY: This is autogenerated, use:
  462. // `swift test --generate-linuxmain`
  463. // to regenerate.
  464. static let __allTests__GRPCTimeoutTests = [
  465. ("testRoundingHoursTimeout", testRoundingHoursTimeout),
  466. ("testRoundingMicrosecondsTimeout", testRoundingMicrosecondsTimeout),
  467. ("testRoundingMillisecondsTimeout", testRoundingMillisecondsTimeout),
  468. ("testRoundingMinutesTimeout", testRoundingMinutesTimeout),
  469. ("testRoundingNanosecondsTimeout", testRoundingNanosecondsTimeout),
  470. ("testRoundingNegativeTimeout", testRoundingNegativeTimeout),
  471. ("testRoundingSecondsTimeout", testRoundingSecondsTimeout),
  472. ("testTimeoutFromDeadline", testTimeoutFromDeadline),
  473. ("testTimeoutFromPastDeadline", testTimeoutFromPastDeadline),
  474. ]
  475. }
  476. extension GRPCTypeSizeTests {
  477. // DO NOT MODIFY: This is autogenerated, use:
  478. // `swift test --generate-linuxmain`
  479. // to regenerate.
  480. static let __allTests__GRPCTypeSizeTests = [
  481. ("testGRPCClientRequestPart", testGRPCClientRequestPart),
  482. ("testGRPCClientResponsePart", testGRPCClientResponsePart),
  483. ("testGRPCStatus", testGRPCStatus),
  484. ]
  485. }
  486. extension HTTP1ToGRPCServerCodecTests {
  487. // DO NOT MODIFY: This is autogenerated, use:
  488. // `swift test --generate-linuxmain`
  489. // to regenerate.
  490. static let __allTests__HTTP1ToGRPCServerCodecTests = [
  491. ("testDeserializationErrorOnInvalidMessageBytes", testDeserializationErrorOnInvalidMessageBytes),
  492. ("testMultipleMessagesFromSingleBodyPart", testMultipleMessagesFromSingleBodyPart),
  493. ("testSingleMessageFromMultipleBodyParts", testSingleMessageFromMultipleBodyParts),
  494. ]
  495. }
  496. extension HeaderNormalizationTests {
  497. // DO NOT MODIFY: This is autogenerated, use:
  498. // `swift test --generate-linuxmain`
  499. // to regenerate.
  500. static let __allTests__HeaderNormalizationTests = [
  501. ("testHeadersAreNormalizedForBidirectionalStreaming", testHeadersAreNormalizedForBidirectionalStreaming),
  502. ("testHeadersAreNormalizedForClientStreaming", testHeadersAreNormalizedForClientStreaming),
  503. ("testHeadersAreNormalizedForServerStreaming", testHeadersAreNormalizedForServerStreaming),
  504. ("testHeadersAreNormalizedForUnary", testHeadersAreNormalizedForUnary),
  505. ]
  506. }
  507. extension ImmediatelyFailingProviderTests {
  508. // DO NOT MODIFY: This is autogenerated, use:
  509. // `swift test --generate-linuxmain`
  510. // to regenerate.
  511. static let __allTests__ImmediatelyFailingProviderTests = [
  512. ("testBidirectionalStreaming", testBidirectionalStreaming),
  513. ("testClientStreaming", testClientStreaming),
  514. ("testServerStreaming", testServerStreaming),
  515. ("testUnary", testUnary),
  516. ]
  517. }
  518. extension LazyEventLoopPromiseTests {
  519. // DO NOT MODIFY: This is autogenerated, use:
  520. // `swift test --generate-linuxmain`
  521. // to regenerate.
  522. static let __allTests__LazyEventLoopPromiseTests = [
  523. ("testGetFutureAfterError", testGetFutureAfterError),
  524. ("testGetFutureAfterSuccess", testGetFutureAfterSuccess),
  525. ("testGetFutureBeforeError", testGetFutureBeforeError),
  526. ("testGetFutureBeforeSuccess", testGetFutureBeforeSuccess),
  527. ("testGetFutureMultipleTimes", testGetFutureMultipleTimes),
  528. ("testMultipleResolutionsIgnored", testMultipleResolutionsIgnored),
  529. ("testNoFuture", testNoFuture),
  530. ]
  531. }
  532. extension LengthPrefixedMessageReaderTests {
  533. // DO NOT MODIFY: This is autogenerated, use:
  534. // `swift test --generate-linuxmain`
  535. // to regenerate.
  536. static let __allTests__LengthPrefixedMessageReaderTests = [
  537. ("testAppendReadsAllBytes", testAppendReadsAllBytes),
  538. ("testExcessiveBytesAreDiscarded", testExcessiveBytesAreDiscarded),
  539. ("testNextMessageDeliveredAcrossMultipleByteBuffers", testNextMessageDeliveredAcrossMultipleByteBuffers),
  540. ("testNextMessageDoesNotThrowWhenCompressionFlagIsExpectedButNotSet", testNextMessageDoesNotThrowWhenCompressionFlagIsExpectedButNotSet),
  541. ("testNextMessageReturnsMessageForZeroLengthMessage", testNextMessageReturnsMessageForZeroLengthMessage),
  542. ("testNextMessageReturnsMessageIsAppendedInOneBuffer", testNextMessageReturnsMessageIsAppendedInOneBuffer),
  543. ("testNextMessageReturnsNilWhenNoBytesAppended", testNextMessageReturnsNilWhenNoBytesAppended),
  544. ("testNextMessageReturnsNilWhenNoMessageBytesAreAvailable", testNextMessageReturnsNilWhenNoMessageBytesAreAvailable),
  545. ("testNextMessageReturnsNilWhenNoMessageLengthIsAvailable", testNextMessageReturnsNilWhenNoMessageLengthIsAvailable),
  546. ("testNextMessageReturnsNilWhenNotAllMessageBytesAreAvailable", testNextMessageReturnsNilWhenNotAllMessageBytesAreAvailable),
  547. ("testNextMessageReturnsNilWhenNotAllMessageLengthIsAvailable", testNextMessageReturnsNilWhenNotAllMessageLengthIsAvailable),
  548. ("testNextMessageThrowsWhenCompressionFlagIsSetButNotExpected", testNextMessageThrowsWhenCompressionFlagIsSetButNotExpected),
  549. ("testNextMessageWhenMultipleMessagesAreBuffered", testNextMessageWhenMultipleMessagesAreBuffered),
  550. ]
  551. }
  552. extension MessageCompressionTests {
  553. // DO NOT MODIFY: This is autogenerated, use:
  554. // `swift test --generate-linuxmain`
  555. // to regenerate.
  556. static let __allTests__MessageCompressionTests = [
  557. ("testCompressedRequestsUncompressedResponses", testCompressedRequestsUncompressedResponses),
  558. ("testCompressedRequestWithCompressionNotSupportedOnServer", testCompressedRequestWithCompressionNotSupportedOnServer),
  559. ("testDecompressionLimitIsRespectedByClientForStreamingCall", testDecompressionLimitIsRespectedByClientForStreamingCall),
  560. ("testDecompressionLimitIsRespectedByClientForUnaryCall", testDecompressionLimitIsRespectedByClientForUnaryCall),
  561. ("testDecompressionLimitIsRespectedByServerForStreamingCall", testDecompressionLimitIsRespectedByServerForStreamingCall),
  562. ("testDecompressionLimitIsRespectedByServerForUnaryCall", testDecompressionLimitIsRespectedByServerForUnaryCall),
  563. ("testServerCanDecompressNonAdvertisedButSupportedCompression", testServerCanDecompressNonAdvertisedButSupportedCompression),
  564. ("testServerCompressesResponseWithDifferentAlgorithmToRequest", testServerCompressesResponseWithDifferentAlgorithmToRequest),
  565. ("testUncompressedRequestsCompressedResponses", testUncompressedRequestsCompressedResponses),
  566. ]
  567. }
  568. extension MessageEncodingHeaderValidatorTests {
  569. // DO NOT MODIFY: This is autogenerated, use:
  570. // `swift test --generate-linuxmain`
  571. // to regenerate.
  572. static let __allTests__MessageEncodingHeaderValidatorTests = [
  573. ("testNoCompressionWhenEnabled", testNoCompressionWhenEnabled),
  574. ("testNoCompressionWhenExplicitlyDisabled", testNoCompressionWhenExplicitlyDisabled),
  575. ("testSupportedAlgorithm", testSupportedAlgorithm),
  576. ("testSupportedButExplicitlyDisabled", testSupportedButExplicitlyDisabled),
  577. ("testSupportedButNotAdvertisedAlgorithm", testSupportedButNotAdvertisedAlgorithm),
  578. ("testUnsupportedButEnabled", testUnsupportedButEnabled),
  579. ]
  580. }
  581. extension PlatformSupportTests {
  582. // DO NOT MODIFY: This is autogenerated, use:
  583. // `swift test --generate-linuxmain`
  584. // to regenerate.
  585. static let __allTests__PlatformSupportTests = [
  586. ("testMakeClientBootstrapReturnsClientBootstrapForEventLoop", testMakeClientBootstrapReturnsClientBootstrapForEventLoop),
  587. ("testMakeClientBootstrapReturnsClientBootstrapForMultiThreadedGroup", testMakeClientBootstrapReturnsClientBootstrapForMultiThreadedGroup),
  588. ("testMakeClientBootstrapReturnsNIOTSConnectionBootstrapForNIOTSGroup", testMakeClientBootstrapReturnsNIOTSConnectionBootstrapForNIOTSGroup),
  589. ("testMakeClientBootstrapReturnsNIOTSConnectionBootstrapForQoSEventLoop", testMakeClientBootstrapReturnsNIOTSConnectionBootstrapForQoSEventLoop),
  590. ("testMakeEventLoopGroupReturnsMultiThreadedGroupForPosix", testMakeEventLoopGroupReturnsMultiThreadedGroupForPosix),
  591. ("testMakeEventLoopGroupReturnsNIOTSGroupForNetworkFramework", testMakeEventLoopGroupReturnsNIOTSGroupForNetworkFramework),
  592. ("testMakeServerBootstrapReturnsNIOTSListenerBootstrapForNIOTSGroup", testMakeServerBootstrapReturnsNIOTSListenerBootstrapForNIOTSGroup),
  593. ("testMakeServerBootstrapReturnsNIOTSListenerBootstrapForQoSEventLoop", testMakeServerBootstrapReturnsNIOTSListenerBootstrapForQoSEventLoop),
  594. ("testMakeServerBootstrapReturnsServerBootstrapForEventLoop", testMakeServerBootstrapReturnsServerBootstrapForEventLoop),
  595. ("testMakeServerBootstrapReturnsServerBootstrapForMultiThreadedGroup", testMakeServerBootstrapReturnsServerBootstrapForMultiThreadedGroup),
  596. ]
  597. }
  598. extension ReadStateTests {
  599. // DO NOT MODIFY: This is autogenerated, use:
  600. // `swift test --generate-linuxmain`
  601. // to regenerate.
  602. static let __allTests__ReadStateTests = [
  603. ("testReadManyMessagesForManyExpectedMessages", testReadManyMessagesForManyExpectedMessages),
  604. ("testReadOneMessageForManyExpectedMessages", testReadOneMessageForManyExpectedMessages),
  605. ("testReadOneMessageForOneExpectedMessages", testReadOneMessageForOneExpectedMessages),
  606. ("testReadTooManyMessagesForOneExpectedMessages", testReadTooManyMessagesForOneExpectedMessages),
  607. ("testReadWhenBufferContainsLengthPrefixedJunk", testReadWhenBufferContainsLengthPrefixedJunk),
  608. ("testReadWhenNoExpectedMessages", testReadWhenNoExpectedMessages),
  609. ("testReadWithLeftOverBytesForOneExpectedMessage", testReadWithLeftOverBytesForOneExpectedMessage),
  610. ]
  611. }
  612. extension RequestIDProviderTests {
  613. // DO NOT MODIFY: This is autogenerated, use:
  614. // `swift test --generate-linuxmain`
  615. // to regenerate.
  616. static let __allTests__RequestIDProviderTests = [
  617. ("testAutogenerated", testAutogenerated),
  618. ("testGenerator", testGenerator),
  619. ("testUserDefined", testUserDefined),
  620. ]
  621. }
  622. extension ServerDelayedThrowingTests {
  623. // DO NOT MODIFY: This is autogenerated, use:
  624. // `swift test --generate-linuxmain`
  625. // to regenerate.
  626. static let __allTests__ServerDelayedThrowingTests = [
  627. ("testBidirectionalStreaming", testBidirectionalStreaming),
  628. ("testClientStreaming", testClientStreaming),
  629. ("testServerStreaming", testServerStreaming),
  630. ("testUnary", testUnary),
  631. ]
  632. }
  633. extension ServerErrorTransformingTests {
  634. // DO NOT MODIFY: This is autogenerated, use:
  635. // `swift test --generate-linuxmain`
  636. // to regenerate.
  637. static let __allTests__ServerErrorTransformingTests = [
  638. ("testBidirectionalStreaming", testBidirectionalStreaming),
  639. ("testClientStreaming", testClientStreaming),
  640. ("testServerStreaming", testServerStreaming),
  641. ("testUnary", testUnary),
  642. ]
  643. }
  644. extension ServerTLSErrorTests {
  645. // DO NOT MODIFY: This is autogenerated, use:
  646. // `swift test --generate-linuxmain`
  647. // to regenerate.
  648. static let __allTests__ServerTLSErrorTests = [
  649. ("testErrorIsLoggedWhenSSLContextErrors", testErrorIsLoggedWhenSSLContextErrors),
  650. ]
  651. }
  652. extension ServerThrowingTests {
  653. // DO NOT MODIFY: This is autogenerated, use:
  654. // `swift test --generate-linuxmain`
  655. // to regenerate.
  656. static let __allTests__ServerThrowingTests = [
  657. ("testBidirectionalStreaming", testBidirectionalStreaming),
  658. ("testClientStreaming", testClientStreaming),
  659. ("testServerStreaming", testServerStreaming),
  660. ("testUnary", testUnary),
  661. ]
  662. }
  663. extension ServerWebTests {
  664. // DO NOT MODIFY: This is autogenerated, use:
  665. // `swift test --generate-linuxmain`
  666. // to regenerate.
  667. static let __allTests__ServerWebTests = [
  668. ("testServerStreaming", testServerStreaming),
  669. ("testUnary", testUnary),
  670. ("testUnaryLotsOfRequests", testUnaryLotsOfRequests),
  671. ("testUnaryWithoutRequestMessage", testUnaryWithoutRequestMessage),
  672. ]
  673. }
  674. extension StopwatchTests {
  675. // DO NOT MODIFY: This is autogenerated, use:
  676. // `swift test --generate-linuxmain`
  677. // to regenerate.
  678. static let __allTests__StopwatchTests = [
  679. ("testElapsed", testElapsed),
  680. ]
  681. }
  682. extension StreamingRequestClientCallTests {
  683. // DO NOT MODIFY: This is autogenerated, use:
  684. // `swift test --generate-linuxmain`
  685. // to regenerate.
  686. static let __allTests__StreamingRequestClientCallTests = [
  687. ("testSendMessages", testSendMessages),
  688. ]
  689. }
  690. extension TimeLimitTests {
  691. // DO NOT MODIFY: This is autogenerated, use:
  692. // `swift test --generate-linuxmain`
  693. // to regenerate.
  694. static let __allTests__TimeLimitTests = [
  695. ("testDeadline", testDeadline),
  696. ("testMakeDeadline", testMakeDeadline),
  697. ("testTimeout", testTimeout),
  698. ]
  699. }
  700. extension ZlibTests {
  701. // DO NOT MODIFY: This is autogenerated, use:
  702. // `swift test --generate-linuxmain`
  703. // to regenerate.
  704. static let __allTests__ZlibTests = [
  705. ("testAbsoluteDecompressionLimit", testAbsoluteDecompressionLimit),
  706. ("testAbsoluteDecompressionLimitMaximumSize", testAbsoluteDecompressionLimitMaximumSize),
  707. ("testCompressionAndDecompressionOfASCIIBytes", testCompressionAndDecompressionOfASCIIBytes),
  708. ("testCompressionAndDecompressionOfHardToCompressData", testCompressionAndDecompressionOfHardToCompressData),
  709. ("testCompressionAndDecompressionOfZeros", testCompressionAndDecompressionOfZeros),
  710. ("testCompressionAndDecompressionWithResets", testCompressionAndDecompressionWithResets),
  711. ("testDecompressionAutomaticallyResizesOutputBuffer", testDecompressionAutomaticallyResizesOutputBuffer),
  712. ("testDecompressThrowsOnGibberish", testDecompressThrowsOnGibberish),
  713. ("testRatioDecompressionLimit", testRatioDecompressionLimit),
  714. ("testRatioDecompressionLimitMaximumSize", testRatioDecompressionLimitMaximumSize),
  715. ]
  716. }
  717. public func __allTests() -> [XCTestCaseEntry] {
  718. return [
  719. testCase(AnyServiceClientTests.__allTests__AnyServiceClientTests),
  720. testCase(ChannelTransportTests.__allTests__ChannelTransportTests),
  721. testCase(ClientCancellingTests.__allTests__ClientCancellingTests),
  722. testCase(ClientClosedChannelTests.__allTests__ClientClosedChannelTests),
  723. testCase(ClientConnectionBackoffTests.__allTests__ClientConnectionBackoffTests),
  724. testCase(ClientTLSFailureTests.__allTests__ClientTLSFailureTests),
  725. testCase(ClientTLSHostnameOverrideTests.__allTests__ClientTLSHostnameOverrideTests),
  726. testCase(ClientThrowingWhenServerReturningErrorTests.__allTests__ClientThrowingWhenServerReturningErrorTests),
  727. testCase(ClientTimeoutTests.__allTests__ClientTimeoutTests),
  728. testCase(ConnectionBackoffTests.__allTests__ConnectionBackoffTests),
  729. testCase(ConnectionManagerTests.__allTests__ConnectionManagerTests),
  730. testCase(ConnectivityStateMonitorTests.__allTests__ConnectivityStateMonitorTests),
  731. testCase(DelegatingErrorHandlerTests.__allTests__DelegatingErrorHandlerTests),
  732. testCase(FunctionalTestsAnonymousClient.__allTests__FunctionalTestsAnonymousClient),
  733. testCase(FunctionalTestsAnonymousClientNIOTS.__allTests__FunctionalTestsAnonymousClientNIOTS),
  734. testCase(FunctionalTestsInsecureTransport.__allTests__FunctionalTestsInsecureTransport),
  735. testCase(FunctionalTestsInsecureTransportNIOTS.__allTests__FunctionalTestsInsecureTransportNIOTS),
  736. testCase(FunctionalTestsMutualAuthentication.__allTests__FunctionalTestsMutualAuthentication),
  737. testCase(FunctionalTestsMutualAuthenticationNIOTS.__allTests__FunctionalTestsMutualAuthenticationNIOTS),
  738. testCase(GRPCClientStateMachineTests.__allTests__GRPCClientStateMachineTests),
  739. testCase(GRPCCustomPayloadTests.__allTests__GRPCCustomPayloadTests),
  740. testCase(GRPCIdleTests.__allTests__GRPCIdleTests),
  741. testCase(GRPCInsecureInteroperabilityTests.__allTests__GRPCInsecureInteroperabilityTests),
  742. testCase(GRPCSecureInteroperabilityTests.__allTests__GRPCSecureInteroperabilityTests),
  743. testCase(GRPCServerRequestRoutingHandlerTests.__allTests__GRPCServerRequestRoutingHandlerTests),
  744. testCase(GRPCStatusCodeTests.__allTests__GRPCStatusCodeTests),
  745. testCase(GRPCStatusMessageMarshallerTests.__allTests__GRPCStatusMessageMarshallerTests),
  746. testCase(GRPCStatusTests.__allTests__GRPCStatusTests),
  747. testCase(GRPCTimeoutTests.__allTests__GRPCTimeoutTests),
  748. testCase(GRPCTypeSizeTests.__allTests__GRPCTypeSizeTests),
  749. testCase(HTTP1ToGRPCServerCodecTests.__allTests__HTTP1ToGRPCServerCodecTests),
  750. testCase(HeaderNormalizationTests.__allTests__HeaderNormalizationTests),
  751. testCase(ImmediatelyFailingProviderTests.__allTests__ImmediatelyFailingProviderTests),
  752. testCase(LazyEventLoopPromiseTests.__allTests__LazyEventLoopPromiseTests),
  753. testCase(LengthPrefixedMessageReaderTests.__allTests__LengthPrefixedMessageReaderTests),
  754. testCase(MessageCompressionTests.__allTests__MessageCompressionTests),
  755. testCase(MessageEncodingHeaderValidatorTests.__allTests__MessageEncodingHeaderValidatorTests),
  756. testCase(PlatformSupportTests.__allTests__PlatformSupportTests),
  757. testCase(ReadStateTests.__allTests__ReadStateTests),
  758. testCase(RequestIDProviderTests.__allTests__RequestIDProviderTests),
  759. testCase(ServerDelayedThrowingTests.__allTests__ServerDelayedThrowingTests),
  760. testCase(ServerErrorTransformingTests.__allTests__ServerErrorTransformingTests),
  761. testCase(ServerTLSErrorTests.__allTests__ServerTLSErrorTests),
  762. testCase(ServerThrowingTests.__allTests__ServerThrowingTests),
  763. testCase(ServerWebTests.__allTests__ServerWebTests),
  764. testCase(StopwatchTests.__allTests__StopwatchTests),
  765. testCase(StreamingRequestClientCallTests.__allTests__StreamingRequestClientCallTests),
  766. testCase(TimeLimitTests.__allTests__TimeLimitTests),
  767. testCase(ZlibTests.__allTests__ZlibTests),
  768. ]
  769. }
  770. #endif