George Barnett c200c23f4d Rename the client interceptor methods (#1019) hace 5 años
..
AnyServiceClientTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
Array+BoundsCheckingTests.swift cb88f35a8a Add scaffolding for client interceptors (#986) hace 5 años
BasicEchoTestCase.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
CallStartBehaviorTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
CapturingLogHandler.swift 5c20271bc4 Don't delay logging until the end of test when GRPC_ALWAYS_LOG is enabled (#979) hace 5 años
ChannelTransportTests.swift 7aac780666 Provide more specific errors messages for failing channels (#984) hace 5 años
ClientCallTests.swift 2b6156230d Provide a "call" object for clients (#1002) hace 5 años
ClientCancellingTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
ClientClosedChannelTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
ClientConnectionBackoffTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
ClientInterceptorPipelineTests.swift c200c23f4d Rename the client interceptor methods (#1019) hace 5 años
ClientTLSFailureTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
ClientTLSTests.swift 275b2998e3 Use the server hostname override as the :authority, if present (#1033) hace 5 años
ClientTimeoutTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
ClientTransportTests.swift bae8851f28 Wire up the Call objects (#1010) hace 5 años
CompressionTests.swift 7346c615b7 Tolerate identity compression as no compression (#1016) hace 5 años
ConnectionBackoffTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
ConnectionFailingTests.swift 7aac780666 Provide more specific errors messages for failing channels (#984) hace 5 años
ConnectionManagerTests.swift 7aac780666 Provide more specific errors messages for failing channels (#984) hace 5 años
ConnectivityStateMonitorTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
DebugChannelInitializerTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
DelegatingErrorHandlerTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
EchoTestClientTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
EventLoopFuture+Assertions.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
FakeChannelTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
FakeResponseStreamTests.swift d0eb34dfe2 Disable new swiftformat rule (#936) hace 5 años
FunctionalTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
GRPCClientStateMachineTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
GRPCCustomPayloadTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
GRPCIdleTests.swift def0b59363 Idle client connection on 'channelInactive' if there are no active RPCs (#967) hace 5 años
GRPCInteroperabilityTests.swift d27c29834f Capture logs in tests (#903) hace 5 años
GRPCKeepaliveTests.swift 24b71cb4c3 Tolerate idling from the active state (#950) hace 5 años
GRPCPingHandlerTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
GRPCServerCodecHandlerTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
GRPCServerRequestRoutingHandlerTests.swift d43f2584a0 Split path strings using UTF8 (#1027) hace 5 años
GRPCStatusCodeTests.swift f21f8a5c57 Make 'GRPCStatus.Code' an enum (#942) hace 5 años
GRPCStatusMessageMarshallerTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
GRPCStatusTests.swift f21f8a5c57 Make 'GRPCStatus.Code' an enum (#942) hace 5 años
GRPCTestCase.swift 5c20271bc4 Don't delay logging until the end of test when GRPC_ALWAYS_LOG is enabled (#979) hace 5 años
GRPCTimeoutTests.swift 07432c4266 Log some HTTP/2 information (#938) hace 5 años
GRPCTypeSizeTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
HTTP1ToGRPCServerCodecTests.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) hace 5 años
HeaderNormalizationTests.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) hace 5 años
ImmediateServerFailureTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
LazyEventLoopPromiseTests.swift 937d85a110 Provide an internal transport abstraction for client rpcs (#834) hace 5 años
LengthPrefixedMessageReaderTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
LengthPrefixedMessageWriterTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
MessageEncodingHeaderValidatorTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
PlatformSupportTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
RequestIDProviderTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
SampleCertificate+Assertions.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
ServerErrorDelegateTests.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) hace 5 años
ServerTLSErrorTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
ServerThrowingTests.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) hace 5 años
ServerWebTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
StopwatchTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
StreamingRequestClientCallTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
TestClientExample.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
TimeLimitTests.swift 8196439d23 Allow deadlines or timeouts to be set on RPCs (#842) hace 5 años
XCTestHelpers.swift bae8851f28 Wire up the Call objects (#1010) hace 5 años
XCTestManifests.swift 5eef2f8355 Add interceptor pipeline timeouts (#1006) hace 5 años
ZeroLengthWriteTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
ZlibTests.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años