MCPcopy
hub / github.com/grpc/grpc-go / TestClientBinaryLogCancel

Method TestClientBinaryLogCancel

binarylog/binarylog_end2end_test.go:917–922  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

915}
916
917func (s) TestClientBinaryLogCancel(t *testing.T) {
918 count := 5
919 if err := testClientBinaryLog(t, &rpcConfig{count: count, success: false, callType: cancelRPC}); err != nil {
920 t.Fatal(err)
921 }
922}
923
924func testServerBinaryLog(t *testing.T, c *rpcConfig) error {
925 defer testSink.clear()

Callers

nothing calls this directly

Calls 2

testClientBinaryLogFunction · 0.85
FatalMethod · 0.65

Tested by

no test coverage detected