MCPcopy
hub / github.com/netdata/netdata / TestJob_FullName

Function TestJob_FullName

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

Source from the content-addressed store, hash-verified

42}
43
44func TestJob_FullName(t *testing.T) {
45 job := newTestJob()
46
47 assert.Equal(t, job.FullName(), fmt.Sprintf("%s_%s", modName, jobName))
48}
49
50func TestJob_ModuleName(t *testing.T) {
51 job := newTestJob()

Callers

nothing calls this directly

Calls 3

newTestJobFunction · 0.85
EqualMethod · 0.80
FullNameMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…