public abstract class AWSIntegrationTestBase extends Object
| Constructor and Description |
|---|
AWSIntegrationTestBase() |
| Modifier and Type | Method and Description |
|---|---|
protected static AWSCredentials |
getCredentials() |
protected String |
getResourceAsString(String location)
Reads a system resource fully into a String
|
protected void |
setRetryRule(RetryRule retry) |
static void |
setUpCredentials()
Before of super class is guaranteed to be called before that of a subclass so the following
is safe.
|
public RetryRule retry
public static void setUpCredentials()
protected void setRetryRule(RetryRule retry)
protected static AWSCredentials getCredentials()
protected String getResourceAsString(String location)
location - Relative or absolute location of system resource.RuntimeException - if any error occursCopyright © 2025. All rights reserved.