(_ string, _ bool)
| 37 | func (noopEventProcessor) Start(_ context.Context, _ string) {} |
| 38 | func (noopEventProcessor) On(_ ...api.Resource) {} |
| 39 | func (noopEventProcessor) Done(_ string, _ bool) {} |
| 40 | |
| 41 | func newTestService(t *testing.T) (*composeService, *mocks.MockAPIClient) { |
| 42 | t.Helper() |
nothing calls this directly
no outgoing calls
no test coverage detected