()
| 88 | } |
| 89 | |
| 90 | public void stopServer() { |
| 91 | DockerClient client = getClient(); |
| 92 | removeContainer(client); |
| 93 | } |
| 94 | |
| 95 | public boolean getImage(DockerClient client) { |
| 96 | InspectImageCmd inspect = client.inspectImageCmd(imageName); |
nothing calls this directly
no test coverage detected