XCTestManifests.swift 40 KB

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