public @interface WaitFor
Asks JUnit-docker to wait for something to appear in the container's log before running any test.
| Modifier and Type | Fields and Description |
|---|---|
static int |
DEFAULT_TIMEOUT
The default timeout duration.
|
static String |
NOTHING
Special value.
|
| Modifier and Type | Required Element and Description |
|---|---|
String |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
int |
timeoutInMillis |
public abstract String value
Copyright © 2017. All rights reserved.