(t *testing.T)
| 150 | } |
| 151 | |
| 152 | func TestBaseStartStop(t *testing.T) { |
| 153 | t.Parallel() |
| 154 | |
| 155 | testService(t, func(t *testing.T) serviceWithStopped { t.Helper(); return &sampleService{} }) |
| 156 | } |
| 157 | |
| 158 | func TestBaseStartStopFunc(t *testing.T) { |
| 159 | t.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…