()
| 42 | } |
| 43 | |
| 44 | public void start() { |
| 45 | LOG.info("Starting container " + getId()); |
| 46 | protocol.startContainer(id); |
| 47 | this.running = true; |
| 48 | } |
| 49 | |
| 50 | public void stop(Duration timeout) { |
| 51 | Require.nonNull("Timeout to wait for", timeout); |
no test coverage detected