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
|
static void |
setUpCredentials()
Before of super class is guaranteed to be called before that of a subclass so the following
is safe.
|
public static void setUpCredentials()
protected static AWSCredentials getCredentials()
protected String getResourceAsString(String location)
location
- Relative or absolute location of system resource.RuntimeException
- if any error occursCopyright © 2018. All rights reserved.