MCPcopy Index your code
hub / github.com/riverqueue/river / TestBaseStartStop

Function TestBaseStartStop

rivershared/startstop/start_stop_test.go:152–156  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

150}
151
152func TestBaseStartStop(t *testing.T) {
153 t.Parallel()
154
155 testService(t, func(t *testing.T) serviceWithStopped { t.Helper(); return &sampleService{} })
156}
157
158func TestBaseStartStopFunc(t *testing.T) {
159 t.Parallel()

Callers

nothing calls this directly

Calls 2

testServiceFunction · 0.70
HelperMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…