public abstract class AbstractCommandWaitStrategy<T extends org.testcontainers.containers.Container> extends AbstractRetryingWaitStrategy<T>
container| Constructor and Description |
|---|
AbstractCommandWaitStrategy(T container) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Command> |
getCheckCommands()
Returns the schell command that must be executed.
|
protected boolean |
isReady()
Return true if the container is ready.
|
getContainerType, waitUntilReadypublic AbstractCommandWaitStrategy(T container)
public abstract List<Command> getCheckCommands()
protected boolean isReady()
AbstractRetryingWaitStrategyisReady in class AbstractRetryingWaitStrategy<T extends org.testcontainers.containers.Container>Copyright © 2019. All rights reserved.