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

Function TestNoLocal

consumer_test.go:295–301  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

293}
294
295func TestNoLocal(t *testing.T) {
296 c := newTestConsumer(NoLocal())
297
298 if !c.noLocal {
299 t.Error("noLocal should be set")
300 }
301}
302
303func TestQos(t *testing.T) {
304 c := newTestConsumer(Qos(10))

Callers

nothing calls this directly

Calls 2

newTestConsumerFunction · 0.85
NoLocalFunction · 0.85

Tested by

no test coverage detected