Daniel Alm 3130eead3f Fix compilation under Linux. hace 7 años
..
BasicEchoTestCase.swift a6e8cbb730 Rename "services" to "serviceProviders". hace 7 años
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. hace 7 años
ClientCancellingTests.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. hace 8 años
ClientTestExample.swift e7645b48ef Add sample test suites to demonstrate how one would test client/server code. hace 8 años
ClientTimeoutTests.swift ca740758c8 Fix `testBidirectionalStreamingTimeoutPassedToReceiveMethod`. hace 7 años
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. hace 7 años
ConnectionFailureTests.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. hace 8 años
EchoProvider.swift 12df04f87e move examples under Sources/Examples hace 8 años
EchoTests.swift 093dd79a4c Reduce the number of requests in `testUnaryLotsOfRequests` to 10k for faster test runtimes. hace 8 años
GRPCTests.swift e7959c2512 Merge branch 'master' of github.com:grpc/grpc-swift into args hace 7 años
MetadataTests.swift 3130eead3f Fix compilation under Linux. hace 7 años
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. hace 7 años
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. hace 7 años
ServerThrowingTests.swift b34303c3cd Fix a bug and test for it. hace 7 años
ServerTimeoutTests.swift e00e1e8e80 Fix several completion queue leaks in tests; ensure that cancelling a session server-side always shuts down the corresponding completion queue. hace 7 años
ServiceClientTests.swift e00e1e8e80 Fix several completion queue leaks in tests; ensure that cancelling a session server-side always shuts down the corresponding completion queue. hace 7 años
TestKeys.swift 285d9bfed6 Also rename the "gRPC" target to "SwiftGRPC". hace 8 años
echo.grpc.swift 12df04f87e move examples under Sources/Examples hace 8 años
echo.pb.swift 12df04f87e move examples under Sources/Examples hace 8 años