XCTestManifests.swift 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  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. ("testClientEventuallyConnects", testClientEventuallyConnects),
  46. ("testClientEventuallyTimesOut", testClientEventuallyTimesOut),
  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. ("testClientConnectionFailsWhenProtocolCanNotBeNegotiated", testClientConnectionFailsWhenProtocolCanNotBeNegotiated),
  57. ("testClientConnectionFailsWhenServerIsUnknown", testClientConnectionFailsWhenServerIsUnknown),
  58. ]
  59. }
  60. extension ClientThrowingWhenServerReturningErrorTests {
  61. // DO NOT MODIFY: This is autogenerated, use:
  62. // `swift test --generate-linuxmain`
  63. // to regenerate.
  64. static let __allTests__ClientThrowingWhenServerReturningErrorTests = [
  65. ("testBidirectionalStreaming", testBidirectionalStreaming),
  66. ("testClientStreaming", testClientStreaming),
  67. ("testServerStreaming", testServerStreaming),
  68. ("testUnary", testUnary),
  69. ]
  70. }
  71. extension ClientTimeoutTests {
  72. // DO NOT MODIFY: This is autogenerated, use:
  73. // `swift test --generate-linuxmain`
  74. // to regenerate.
  75. static let __allTests__ClientTimeoutTests = [
  76. ("testBidirectionalStreamingTimeoutAfterSending", testBidirectionalStreamingTimeoutAfterSending),
  77. ("testBidirectionalStreamingTimeoutBeforeSending", testBidirectionalStreamingTimeoutBeforeSending),
  78. ("testClientStreamingTimeoutAfterSending", testClientStreamingTimeoutAfterSending),
  79. ("testClientStreamingTimeoutBeforeSending", testClientStreamingTimeoutBeforeSending),
  80. ("testServerStreamingTimeoutAfterSending", testServerStreamingTimeoutAfterSending),
  81. ("testUnaryTimeoutAfterSending", testUnaryTimeoutAfterSending),
  82. ]
  83. }
  84. extension ConnectionBackoffTests {
  85. // DO NOT MODIFY: This is autogenerated, use:
  86. // `swift test --generate-linuxmain`
  87. // to regenerate.
  88. static let __allTests__ConnectionBackoffTests = [
  89. ("testBackoffDoesNotExceedMaximum", testBackoffDoesNotExceedMaximum),
  90. ("testBackoffWithJitter", testBackoffWithJitter),
  91. ("testBackoffWithNoJitter", testBackoffWithNoJitter),
  92. ("testConnectionTimeoutAlwaysGreatherThanOrEqualToMinimum", testConnectionTimeoutAlwaysGreatherThanOrEqualToMinimum),
  93. ("testExpectedValuesWithNoJitter", testExpectedValuesWithNoJitter),
  94. ]
  95. }
  96. extension ConnectivityStateMonitorTests {
  97. // DO NOT MODIFY: This is autogenerated, use:
  98. // `swift test --generate-linuxmain`
  99. // to regenerate.
  100. static let __allTests__ConnectivityStateMonitorTests = [
  101. ("testDelegateOnlyCalledForChanges", testDelegateOnlyCalledForChanges),
  102. ]
  103. }
  104. extension FunctionalTestsAnonymousClient {
  105. // DO NOT MODIFY: This is autogenerated, use:
  106. // `swift test --generate-linuxmain`
  107. // to regenerate.
  108. static let __allTests__FunctionalTestsAnonymousClient = [
  109. ("testBidirectionalStreamingBatched", testBidirectionalStreamingBatched),
  110. ("testBidirectionalStreamingLotsOfMessagesBatched", testBidirectionalStreamingLotsOfMessagesBatched),
  111. ("testBidirectionalStreamingLotsOfMessagesPingPong", testBidirectionalStreamingLotsOfMessagesPingPong),
  112. ("testBidirectionalStreamingPingPong", testBidirectionalStreamingPingPong),
  113. ("testClientStreaming", testClientStreaming),
  114. ("testClientStreamingLotsOfMessages", testClientStreamingLotsOfMessages),
  115. ("testServerStreaming", testServerStreaming),
  116. ("testServerStreamingLotsOfMessages", testServerStreamingLotsOfMessages),
  117. ("testUnary", testUnary),
  118. ("testUnaryEmptyRequest", testUnaryEmptyRequest),
  119. ("testUnaryLotsOfRequests", testUnaryLotsOfRequests),
  120. ("testUnaryWithLargeData", testUnaryWithLargeData),
  121. ]
  122. }
  123. extension FunctionalTestsAnonymousClientNIOTS {
  124. // DO NOT MODIFY: This is autogenerated, use:
  125. // `swift test --generate-linuxmain`
  126. // to regenerate.
  127. static let __allTests__FunctionalTestsAnonymousClientNIOTS = [
  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 FunctionalTestsInsecureTransport {
  143. // DO NOT MODIFY: This is autogenerated, use:
  144. // `swift test --generate-linuxmain`
  145. // to regenerate.
  146. static let __allTests__FunctionalTestsInsecureTransport = [
  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 FunctionalTestsInsecureTransportNIOTS {
  162. // DO NOT MODIFY: This is autogenerated, use:
  163. // `swift test --generate-linuxmain`
  164. // to regenerate.
  165. static let __allTests__FunctionalTestsInsecureTransportNIOTS = [
  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 FunctionalTestsMutualAuthentication {
  181. // DO NOT MODIFY: This is autogenerated, use:
  182. // `swift test --generate-linuxmain`
  183. // to regenerate.
  184. static let __allTests__FunctionalTestsMutualAuthentication = [
  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 FunctionalTestsMutualAuthenticationNIOTS {
  200. // DO NOT MODIFY: This is autogenerated, use:
  201. // `swift test --generate-linuxmain`
  202. // to regenerate.
  203. static let __allTests__FunctionalTestsMutualAuthenticationNIOTS = [
  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 GRPCChannelHandlerTests {
  219. // DO NOT MODIFY: This is autogenerated, use:
  220. // `swift test --generate-linuxmain`
  221. // to regenerate.
  222. static let __allTests__GRPCChannelHandlerTests = [
  223. ("testImplementedMethodReturnsHeadersMessageAndStatus", testImplementedMethodReturnsHeadersMessageAndStatus),
  224. ("testImplementedMethodReturnsStatusForBadlyFormedProto", testImplementedMethodReturnsStatusForBadlyFormedProto),
  225. ("testUnimplementedMethodReturnsUnimplementedStatus", testUnimplementedMethodReturnsUnimplementedStatus),
  226. ]
  227. }
  228. extension GRPCInsecureInteroperabilityTests {
  229. // DO NOT MODIFY: This is autogenerated, use:
  230. // `swift test --generate-linuxmain`
  231. // to regenerate.
  232. static let __allTests__GRPCInsecureInteroperabilityTests = [
  233. ("testCacheableUnary", testCacheableUnary),
  234. ("testCancelAfterBegin", testCancelAfterBegin),
  235. ("testCancelAfterFirstResponse", testCancelAfterFirstResponse),
  236. ("testClientStreaming", testClientStreaming),
  237. ("testCustomMetadata", testCustomMetadata),
  238. ("testEmptyStream", testEmptyStream),
  239. ("testEmptyUnary", testEmptyUnary),
  240. ("testLargeUnary", testLargeUnary),
  241. ("testPingPong", testPingPong),
  242. ("testServerStreaming", testServerStreaming),
  243. ("testSpecialStatusAndMessage", testSpecialStatusAndMessage),
  244. ("testStatusCodeAndMessage", testStatusCodeAndMessage),
  245. ("testTimeoutOnSleepingServer", testTimeoutOnSleepingServer),
  246. ("testUnimplementedMethod", testUnimplementedMethod),
  247. ("testUnimplementedService", testUnimplementedService),
  248. ]
  249. }
  250. extension GRPCSecureInteroperabilityTests {
  251. // DO NOT MODIFY: This is autogenerated, use:
  252. // `swift test --generate-linuxmain`
  253. // to regenerate.
  254. static let __allTests__GRPCSecureInteroperabilityTests = [
  255. ("testCacheableUnary", testCacheableUnary),
  256. ("testCancelAfterBegin", testCancelAfterBegin),
  257. ("testCancelAfterFirstResponse", testCancelAfterFirstResponse),
  258. ("testClientStreaming", testClientStreaming),
  259. ("testCustomMetadata", testCustomMetadata),
  260. ("testEmptyStream", testEmptyStream),
  261. ("testEmptyUnary", testEmptyUnary),
  262. ("testLargeUnary", testLargeUnary),
  263. ("testPingPong", testPingPong),
  264. ("testServerStreaming", testServerStreaming),
  265. ("testSpecialStatusAndMessage", testSpecialStatusAndMessage),
  266. ("testStatusCodeAndMessage", testStatusCodeAndMessage),
  267. ("testTimeoutOnSleepingServer", testTimeoutOnSleepingServer),
  268. ("testUnimplementedMethod", testUnimplementedMethod),
  269. ("testUnimplementedService", testUnimplementedService),
  270. ]
  271. }
  272. extension GRPCStatusCodeTests {
  273. // DO NOT MODIFY: This is autogenerated, use:
  274. // `swift test --generate-linuxmain`
  275. // to regenerate.
  276. static let __allTests__GRPCStatusCodeTests = [
  277. ("testBadGateway", testBadGateway),
  278. ("testBadRequest", testBadRequest),
  279. ("testForbidden", testForbidden),
  280. ("testGatewayTimeout", testGatewayTimeout),
  281. ("testNotFound", testNotFound),
  282. ("testServiceUnavailable", testServiceUnavailable),
  283. ("testStatusCodeAndMessageAreRespectedForNon200Responses", testStatusCodeAndMessageAreRespectedForNon200Responses),
  284. ("testTooManyRequests", testTooManyRequests),
  285. ("testUnauthorized", testUnauthorized),
  286. ]
  287. }
  288. extension GRPCStatusMessageMarshallerTests {
  289. // DO NOT MODIFY: This is autogenerated, use:
  290. // `swift test --generate-linuxmain`
  291. // to regenerate.
  292. static let __allTests__GRPCStatusMessageMarshallerTests = [
  293. ("testASCIIMarshallingAndUnmarshalling", testASCIIMarshallingAndUnmarshalling),
  294. ("testPercentMarshallingAndUnmarshalling", testPercentMarshallingAndUnmarshalling),
  295. ("testUnicodeMarshalling", testUnicodeMarshalling),
  296. ]
  297. }
  298. extension GRPCTypeSizeTests {
  299. // DO NOT MODIFY: This is autogenerated, use:
  300. // `swift test --generate-linuxmain`
  301. // to regenerate.
  302. static let __allTests__GRPCTypeSizeTests = [
  303. ("testGRPCClientRequestPart", testGRPCClientRequestPart),
  304. ("testGRPCClientResponsePart", testGRPCClientResponsePart),
  305. ("testGRPCStatus", testGRPCStatus),
  306. ("testRawGRPCClientRequestPart", testRawGRPCClientRequestPart),
  307. ("testRawGRPCClientResponsePart", testRawGRPCClientResponsePart),
  308. ]
  309. }
  310. extension HTTP1ToRawGRPCServerCodecTests {
  311. // DO NOT MODIFY: This is autogenerated, use:
  312. // `swift test --generate-linuxmain`
  313. // to regenerate.
  314. static let __allTests__HTTP1ToRawGRPCServerCodecTests = [
  315. ("testInternalErrorStatusIsReturnedIfMessageCannotBeDeserialized", testInternalErrorStatusIsReturnedIfMessageCannotBeDeserialized),
  316. ("testInternalErrorStatusIsReturnedWhenSendingTrailersInRequest", testInternalErrorStatusIsReturnedWhenSendingTrailersInRequest),
  317. ("testInternalErrorStatusReturnedWhenCompressionFlagIsSet", testInternalErrorStatusReturnedWhenCompressionFlagIsSet),
  318. ("testMessageCanBeSentAcrossMultipleByteBuffers", testMessageCanBeSentAcrossMultipleByteBuffers),
  319. ("testOnlyOneStatusIsReturned", testOnlyOneStatusIsReturned),
  320. ]
  321. }
  322. extension ImmediatelyFailingProviderTests {
  323. // DO NOT MODIFY: This is autogenerated, use:
  324. // `swift test --generate-linuxmain`
  325. // to regenerate.
  326. static let __allTests__ImmediatelyFailingProviderTests = [
  327. ("testBidirectionalStreaming", testBidirectionalStreaming),
  328. ("testClientStreaming", testClientStreaming),
  329. ("testServerStreaming", testServerStreaming),
  330. ("testUnary", testUnary),
  331. ]
  332. }
  333. extension LengthPrefixedMessageReaderTests {
  334. // DO NOT MODIFY: This is autogenerated, use:
  335. // `swift test --generate-linuxmain`
  336. // to regenerate.
  337. static let __allTests__LengthPrefixedMessageReaderTests = [
  338. ("testAppendReadsAllBytes", testAppendReadsAllBytes),
  339. ("testNextMessageDeliveredAcrossMultipleByteBuffers", testNextMessageDeliveredAcrossMultipleByteBuffers),
  340. ("testNextMessageDoesNotThrowWhenCompressionFlagIsExpectedButNotSet", testNextMessageDoesNotThrowWhenCompressionFlagIsExpectedButNotSet),
  341. ("testNextMessageReturnsMessageForZeroLengthMessage", testNextMessageReturnsMessageForZeroLengthMessage),
  342. ("testNextMessageReturnsMessageIsAppendedInOneBuffer", testNextMessageReturnsMessageIsAppendedInOneBuffer),
  343. ("testNextMessageReturnsNilWhenNoBytesAppended", testNextMessageReturnsNilWhenNoBytesAppended),
  344. ("testNextMessageReturnsNilWhenNoMessageBytesAreAvailable", testNextMessageReturnsNilWhenNoMessageBytesAreAvailable),
  345. ("testNextMessageReturnsNilWhenNoMessageLengthIsAvailable", testNextMessageReturnsNilWhenNoMessageLengthIsAvailable),
  346. ("testNextMessageReturnsNilWhenNotAllMessageBytesAreAvailable", testNextMessageReturnsNilWhenNotAllMessageBytesAreAvailable),
  347. ("testNextMessageReturnsNilWhenNotAllMessageLengthIsAvailable", testNextMessageReturnsNilWhenNotAllMessageLengthIsAvailable),
  348. ("testNextMessageThrowsWhenCompressionFlagIsSetButNotExpected", testNextMessageThrowsWhenCompressionFlagIsSetButNotExpected),
  349. ("testNextMessageThrowsWhenCompressionMechanismIsNotSupported", testNextMessageThrowsWhenCompressionMechanismIsNotSupported),
  350. ("testNextMessageWhenMultipleMessagesAreBuffered", testNextMessageWhenMultipleMessagesAreBuffered),
  351. ]
  352. }
  353. extension ServerDelayedThrowingTests {
  354. // DO NOT MODIFY: This is autogenerated, use:
  355. // `swift test --generate-linuxmain`
  356. // to regenerate.
  357. static let __allTests__ServerDelayedThrowingTests = [
  358. ("testBidirectionalStreaming", testBidirectionalStreaming),
  359. ("testClientStreaming", testClientStreaming),
  360. ("testServerStreaming", testServerStreaming),
  361. ("testUnary", testUnary),
  362. ]
  363. }
  364. extension ServerErrorTransformingTests {
  365. // DO NOT MODIFY: This is autogenerated, use:
  366. // `swift test --generate-linuxmain`
  367. // to regenerate.
  368. static let __allTests__ServerErrorTransformingTests = [
  369. ("testBidirectionalStreaming", testBidirectionalStreaming),
  370. ("testClientStreaming", testClientStreaming),
  371. ("testServerStreaming", testServerStreaming),
  372. ("testUnary", testUnary),
  373. ]
  374. }
  375. extension ServerThrowingTests {
  376. // DO NOT MODIFY: This is autogenerated, use:
  377. // `swift test --generate-linuxmain`
  378. // to regenerate.
  379. static let __allTests__ServerThrowingTests = [
  380. ("testBidirectionalStreaming", testBidirectionalStreaming),
  381. ("testClientStreaming", testClientStreaming),
  382. ("testServerStreaming", testServerStreaming),
  383. ("testUnary", testUnary),
  384. ]
  385. }
  386. extension ServerWebTests {
  387. // DO NOT MODIFY: This is autogenerated, use:
  388. // `swift test --generate-linuxmain`
  389. // to regenerate.
  390. static let __allTests__ServerWebTests = [
  391. ("testServerStreaming", testServerStreaming),
  392. ("testUnary", testUnary),
  393. ("testUnaryLotsOfRequests", testUnaryLotsOfRequests),
  394. ("testUnaryWithoutRequestMessage", testUnaryWithoutRequestMessage),
  395. ]
  396. }
  397. public func __allTests() -> [XCTestCaseEntry] {
  398. return [
  399. testCase(AnyServiceClientTests.__allTests__AnyServiceClientTests),
  400. testCase(ClientCancellingTests.__allTests__ClientCancellingTests),
  401. testCase(ClientClosedChannelTests.__allTests__ClientClosedChannelTests),
  402. testCase(ClientConnectionBackoffTests.__allTests__ClientConnectionBackoffTests),
  403. testCase(ClientTLSFailureTests.__allTests__ClientTLSFailureTests),
  404. testCase(ClientThrowingWhenServerReturningErrorTests.__allTests__ClientThrowingWhenServerReturningErrorTests),
  405. testCase(ClientTimeoutTests.__allTests__ClientTimeoutTests),
  406. testCase(ConnectionBackoffTests.__allTests__ConnectionBackoffTests),
  407. testCase(ConnectivityStateMonitorTests.__allTests__ConnectivityStateMonitorTests),
  408. testCase(FunctionalTestsAnonymousClient.__allTests__FunctionalTestsAnonymousClient),
  409. testCase(FunctionalTestsAnonymousClientNIOTS.__allTests__FunctionalTestsAnonymousClientNIOTS),
  410. testCase(FunctionalTestsInsecureTransport.__allTests__FunctionalTestsInsecureTransport),
  411. testCase(FunctionalTestsInsecureTransportNIOTS.__allTests__FunctionalTestsInsecureTransportNIOTS),
  412. testCase(FunctionalTestsMutualAuthentication.__allTests__FunctionalTestsMutualAuthentication),
  413. testCase(FunctionalTestsMutualAuthenticationNIOTS.__allTests__FunctionalTestsMutualAuthenticationNIOTS),
  414. testCase(GRPCChannelHandlerTests.__allTests__GRPCChannelHandlerTests),
  415. testCase(GRPCInsecureInteroperabilityTests.__allTests__GRPCInsecureInteroperabilityTests),
  416. testCase(GRPCSecureInteroperabilityTests.__allTests__GRPCSecureInteroperabilityTests),
  417. testCase(GRPCStatusCodeTests.__allTests__GRPCStatusCodeTests),
  418. testCase(GRPCStatusMessageMarshallerTests.__allTests__GRPCStatusMessageMarshallerTests),
  419. testCase(GRPCTypeSizeTests.__allTests__GRPCTypeSizeTests),
  420. testCase(HTTP1ToRawGRPCServerCodecTests.__allTests__HTTP1ToRawGRPCServerCodecTests),
  421. testCase(ImmediatelyFailingProviderTests.__allTests__ImmediatelyFailingProviderTests),
  422. testCase(LengthPrefixedMessageReaderTests.__allTests__LengthPrefixedMessageReaderTests),
  423. testCase(ServerDelayedThrowingTests.__allTests__ServerDelayedThrowingTests),
  424. testCase(ServerErrorTransformingTests.__allTests__ServerErrorTransformingTests),
  425. testCase(ServerThrowingTests.__allTests__ServerThrowingTests),
  426. testCase(ServerWebTests.__allTests__ServerWebTests),
  427. ]
  428. }
  429. #endif