MCPcopy Create free account
hub / github.com/assembla/cony / newTestConsumer

Function newTestConsumer

consumer_test.go:319–322  ·  view source on GitHub ↗
(opts ...ConsumerOpt)

Source from the content-addressed store, hash-verified

317}
318
319func newTestConsumer(opts ...ConsumerOpt) *Consumer {
320 q := &Queue{}
321 return NewConsumer(q, opts...)
322}

Callers 14

TestAutoAckFunction · 0.85
TestAutoTagFunction · 0.85
TestConsumer_CancelFunction · 0.85
TestConsumer_DeliveriesFunction · 0.85
TestConsumer_ErrorsFunction · 0.85
TestConsumer_reportErrFunction · 0.85
TestConsumer_serve_qosFunction · 0.85
TestConsumer_serve_forFunction · 0.85
TestExclusiveFunction · 0.85
TestNoLocalFunction · 0.85

Calls 1

NewConsumerFunction · 0.85

Tested by

no test coverage detected