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

Method TestClientBinaryLogUnaryRPCError

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

Source from the content-addressed store, hash-verified

867}
868
869func (s) TestClientBinaryLogUnaryRPCError(t *testing.T) {
870 if err := testClientBinaryLog(t, &rpcConfig{success: false, callType: unaryRPC}); err != nil {
871 t.Fatal(err)
872 }
873}
874
875func (s) TestClientBinaryLogClientStreamRPC(t *testing.T) {
876 count := 5

Callers

nothing calls this directly

Calls 2

testClientBinaryLogFunction · 0.85
FatalMethod · 0.65

Tested by

no test coverage detected