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

Method TestClientBinaryLogUnaryRPC

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

Source from the content-addressed store, hash-verified

861}
862
863func (s) TestClientBinaryLogUnaryRPC(t *testing.T) {
864 if err := testClientBinaryLog(t, &rpcConfig{success: true, callType: unaryRPC}); err != nil {
865 t.Fatal(err)
866 }
867}
868
869func (s) TestClientBinaryLogUnaryRPCError(t *testing.T) {
870 if err := testClientBinaryLog(t, &rpcConfig{success: false, callType: unaryRPC}); err != nil {

Callers

nothing calls this directly

Calls 2

testClientBinaryLogFunction · 0.85
FatalMethod · 0.65

Tested by

no test coverage detected