(t *testing.T)
| 4731 | } |
| 4732 | |
| 4733 | func newTestLogger(t *testing.T) *testLogger { |
| 4734 | return &testLogger{t: t} |
| 4735 | } |
| 4736 | |
| 4737 | func (tl *testLogger) Debug(args ...interface{}) { |
| 4738 | tl.t.Logf("ASYNQ_DEBUG: %s", fmt.Sprint(args...)) |
no outgoing calls
no test coverage detected