MCPcopy
hub / github.com/segmentio/kafka-go / TestApiversionsRequest

Function TestApiversionsRequest

protocol/apiversions/apiversions_test.go:16–22  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

14)
15
16func TestApiversionsRequest(t *testing.T) {
17 prototest.TestRequest(t, v0, &apiversions.Request{})
18
19 prototest.TestRequest(t, v1, &apiversions.Request{})
20
21 prototest.TestRequest(t, v2, &apiversions.Request{})
22}
23
24func TestApiversionsResponse(t *testing.T) {
25 prototest.TestResponse(t, v0, &apiversions.Response{

Callers

nothing calls this directly

Calls 1

TestRequestFunction · 0.92

Tested by

no test coverage detected