Nate Armstrong 1e19905ecf Update TestKeys generator and include cert files 7 years ago
..
BasicEchoTestCase.swift 1e19905ecf Update TestKeys generator and include cert files 7 years ago
ChannelArgumentTests.swift fd60668194 Streamline the interface of the server-side response handling code: In the default (successful) case, most request handlers can now simply return `.ok` and have `ServiceServer` handle sending back the status for them. This also streamlines the `run()` implementations of the `ServerSession` subclasses. 7 years ago
ClientCancellingTests.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 7 years ago
ClientTestExample.swift e7645b48ef Add sample test suites to demonstrate how one would test client/server code. 7 years ago
ClientTimeoutTests.swift ca740758c8 Fix `testBidirectionalStreamingTimeoutPassedToReceiveMethod`. 7 years ago
CompletionQueueTests.swift fd60668194 Streamline the interface of the server-side response handling code: In the default (successful) case, most request handlers can now simply return `.ok` and have `ServiceServer` handle sending back the status for them. This also streamlines the `run()` implementations of the `ServerSession` subclasses. 7 years ago
ConnectionFailureTests.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 7 years ago
EchoProvider.swift 12df04f87e move examples under Sources/Examples 7 years ago
EchoTests.swift 18af90f2e0 Add tests for mutual auth 7 years ago
GRPCTests.swift 1e19905ecf Update TestKeys generator and include cert files 7 years ago
ServerCancellingTests.swift fd60668194 Streamline the interface of the server-side response handling code: In the default (successful) case, most request handlers can now simply return `.ok` and have `ServiceServer` handle sending back the status for them. This also streamlines the `run()` implementations of the `ServerSession` subclasses. 7 years ago
ServerTestExample.swift fd60668194 Streamline the interface of the server-side response handling code: In the default (successful) case, most request handlers can now simply return `.ok` and have `ServiceServer` handle sending back the status for them. This also streamlines the `run()` implementations of the `ServerSession` subclasses. 7 years ago
ServerThrowingTests.swift fd60668194 Streamline the interface of the server-side response handling code: In the default (successful) case, most request handlers can now simply return `.ok` and have `ServiceServer` handle sending back the status for them. This also streamlines the `run()` implementations of the `ServerSession` subclasses. 7 years ago
ServerTimeoutTests.swift e00e1e8e80 Fix several completion queue leaks in tests; ensure that cancelling a session server-side always shuts down the corresponding completion queue. 7 years ago
ServiceClientTests.swift e00e1e8e80 Fix several completion queue leaks in tests; ensure that cancelling a session server-side always shuts down the corresponding completion queue. 7 years ago
TestKeys.swift 1e19905ecf Update TestKeys generator and include cert files 7 years ago
echo.grpc.swift 12df04f87e move examples under Sources/Examples 7 years ago
echo.pb.swift 12df04f87e move examples under Sources/Examples 7 years ago