MCPcopy
hub / github.com/netdata/netdata / TestJob_ModuleName

Function TestJob_ModuleName

src/go/plugin/framework/jobruntime/job_v1_test.go:50–54  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

48}
49
50func TestJob_ModuleName(t *testing.T) {
51 job := newTestJob()
52
53 assert.Equal(t, job.ModuleName(), modName)
54}
55
56func TestJob_Name(t *testing.T) {
57 job := newTestJob()

Callers

nothing calls this directly

Calls 3

newTestJobFunction · 0.85
EqualMethod · 0.80
ModuleNameMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…