(events ...api.Resource)
| 208 | } |
| 209 | |
| 210 | func (c *capturingEvents) On(events ...api.Resource) { |
| 211 | c.resources = append(c.resources, events...) |
| 212 | } |
| 213 | |
| 214 | func TestEmitRunningEvents(t *testing.T) { |
| 215 | runningWeb := ObservedContainer{ID: "c-web", Name: "p-web-1", State: container.StateRunning} |
nothing calls this directly
no outgoing calls
no test coverage detected