public abstract class AbstractRetryingWaitStrategy<T extends org.testcontainers.containers.Container>
extends org.testcontainers.containers.wait.strategy.AbstractWaitStrategy
| Modifier and Type | Field and Description |
|---|---|
protected T |
container
The current container.
|
| Constructor and Description |
|---|
AbstractRetryingWaitStrategy(T container)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getContainerType()
Get the container's type.
|
protected abstract boolean |
isReady()
Return true if the container is ready.
|
protected void |
waitUntilReady() |
protected final T extends org.testcontainers.containers.Container container
public AbstractRetryingWaitStrategy(T container)
container - protected String getContainerType()
protected void waitUntilReady()
waitUntilReady in class org.testcontainers.containers.wait.strategy.AbstractWaitStrategyprotected abstract boolean isReady()
Copyright © 2019. All rights reserved.