()
| 266 | } |
| 267 | |
| 268 | func (s *ConcreteService) containerName() string { |
| 269 | return NetworkContainerHost(s.usedNetworkName, s.name) |
| 270 | } |
| 271 | |
| 272 | func (s *ConcreteService) WaitForRunning() (err error) { |
| 273 | if !s.isExpectedRunning() { |
no test coverage detected