(containerName, msg string)
| 70 | } |
| 71 | |
| 72 | func (s stdLogger) Status(containerName, msg string) { |
| 73 | fmt.Printf("%s: %s\n", containerName, msg) |
| 74 | } |
| 75 | |
| 76 | func TestWatch_Sync(t *testing.T) { |
| 77 | mockCtrl := gomock.NewController(t) |
nothing calls this directly
no outgoing calls
no test coverage detected