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

Method TestClientBinaryLogClientStreamRPC

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

Source from the content-addressed store, hash-verified

873}
874
875func (s) TestClientBinaryLogClientStreamRPC(t *testing.T) {
876 count := 5
877 if err := testClientBinaryLog(t, &rpcConfig{count: count, success: true, callType: clientStreamRPC}); err != nil {
878 t.Fatal(err)
879 }
880}
881
882func (s) TestClientBinaryLogClientStreamRPCError(t *testing.T) {
883 count := 1

Callers

nothing calls this directly

Calls 2

testClientBinaryLogFunction · 0.85
FatalMethod · 0.65

Tested by

no test coverage detected