MCPcopy
hub / github.com/IBM/sarama / testReporterMock

Struct testReporterMock

mocks/async_producer_test.go:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28type testReporterMock struct {
29 errors []string
30}
31
32func newTestReporterMock() *testReporterMock {
33 return &testReporterMock{errors: make([]string, 0)}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected