()
| 109 | } |
| 110 | |
| 111 | func newTestDockerServiceWithVersionCache() (*dockerService, *libdocker.FakeDockerClient, *clock.FakeClock) { |
| 112 | ds, c, fakeClock := newTestDockerService() |
| 113 | return ds, c, fakeClock |
| 114 | } |
| 115 | |
| 116 | // TestStatus tests the runtime status logic. |
| 117 | func TestStatus(t *testing.T) { |
no test coverage detected
searching dependent graphs…