MCPcopy Create free account
hub / github.com/RTradeLtd/Lens / TestNew

Function TestNew

engine/queue/queue_test.go:10–15  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

8)
9
10func TestNew(t *testing.T) {
11 var q = New(zaptest.NewLogger(t).Sugar(), nil, nil, Options{})
12 if q == nil {
13 t.Error("got nil")
14 }
15}
16
17func TestQueue_Queue(t *testing.T) {
18 type args struct {

Callers

nothing calls this directly

Calls 1

NewFunction · 0.70

Tested by

no test coverage detected