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

Method TestClientBinaryLogFullDuplexRPC

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

Source from the content-addressed store, hash-verified

901}
902
903func (s) TestClientBinaryLogFullDuplexRPC(t *testing.T) {
904 count := 5
905 if err := testClientBinaryLog(t, &rpcConfig{count: count, success: true, callType: fullDuplexStreamRPC}); err != nil {
906 t.Fatal(err)
907 }
908}
909
910func (s) TestClientBinaryLogFullDuplexRPCError(t *testing.T) {
911 count := 5

Callers

nothing calls this directly

Calls 2

testClientBinaryLogFunction · 0.85
FatalMethod · 0.65

Tested by

no test coverage detected