MCPcopy
hub / github.com/netdata/netdata / TestJob_Name

Function TestJob_Name

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

Source from the content-addressed store, hash-verified

54}
55
56func TestJob_Name(t *testing.T) {
57 job := newTestJob()
58
59 assert.Equal(t, job.Name(), jobName)
60}
61
62func TestJob_Panicked(t *testing.T) {
63 job := newTestJob()

Callers

nothing calls this directly

Calls 3

newTestJobFunction · 0.85
EqualMethod · 0.80
NameMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…