github.com/newrelic/newrelic-client-go@v1.1.0/pkg/logging/mock_logger_test.go (about) 1 package logging 2 3 import "testing" 4 5 func TestMockLogger(t *testing.T) { 6 var l Logger = MockLogger{t: t} 7 l.Info("testing") 8 }