Modifier and Type | Field and Description |
---|---|
int |
count |
java.util.List<java.lang.String> |
groupNames |
int |
maxIterations |
java.lang.String |
regionString |
int |
waitTime |
SETUP_ERROR, SUCCESS, TEST_ERROR, TIMEOUT
Constructor and Description |
---|
AmazonScaleTestRunner(java.lang.String testName) |
Modifier and Type | Method and Description |
---|---|
void |
cleanUp()
Do any necessary clean up before exiting the test
|
static void |
main(java.lang.String[] args) |
void |
printTestOptions()
Print the command line options for this specific test.
|
void |
printTestReport()
Print statistics unique to this particular test.
|
void |
runTest()
Run the actual test.
|
void |
setUp()
Do all of the initialization necessary to run the test.
|
getExitCode, parseCommandLine, printOptions, report, run, setTestName
public int waitTime
public int count
public int maxIterations
public java.lang.String regionString
public java.util.List<java.lang.String> groupNames
public static void main(java.lang.String[] args)
public void setUp() throws java.lang.Exception
Test
java.lang.Exception
- if there is a failure during set up.public void runTest() throws java.lang.Exception
Test
java.lang.Exception
- if the test fails.public void cleanUp()
Test
public void printTestReport()
BaseTest
printTestReport
in class BaseTest
public void printTestOptions()
BaseTest
printTestOptions
in class BaseTest