Package | Description |
---|---|
org.testcontainers.containers.wait |
Modifier and Type | Method and Description |
---|---|
static HttpWaitStrategy |
Wait.forHttp(String path)
Convenience method to return a WaitStrategy for an HTTP endpoint.
|
static HttpWaitStrategy |
Wait.forHttps(String path)
Convenience method to return a WaitStrategy for an HTTPS endpoint.
|
HttpWaitStrategy |
HttpWaitStrategy.forPath(String path)
Waits for the given path.
|
HttpWaitStrategy |
HttpWaitStrategy.forStatusCode(int statusCode)
Waits for the given status code.
|
HttpWaitStrategy |
HttpWaitStrategy.usingTls()
Indicates that the status check should use HTTPS.
|
HttpWaitStrategy |
HttpWaitStrategy.withBasicCredentials(String username,
String password)
Authenticate with HTTP Basic Authorization credentials.
|
Copyright © 2017. All rights reserved.