public class PerformanceTestRunner
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TEST_KEY |
Constructor and Description |
---|
PerformanceTestRunner() |
Modifier and Type | Method and Description |
---|---|
void |
afterSuite() |
void |
beforeSuite()
Prepare arguments
|
java.lang.Object[][] |
createData() |
void |
executeBeforeTestMethod(org.testng.xml.XmlTest xmlTest) |
void |
testRun(java.lang.String pUserLimit,
java.lang.String pLoopLimit,
java.lang.String pRampUpTime) |
public static final java.lang.String TEST_KEY
public void beforeSuite() throws InvalidArgsException
InvalidArgsException
- if input arguments are invalid.public void executeBeforeTestMethod(org.testng.xml.XmlTest xmlTest) throws InvalidArgsException
InvalidArgsException
public void afterSuite()
public java.lang.Object[][] createData()
public void testRun(java.lang.String pUserLimit, java.lang.String pLoopLimit, java.lang.String pRampUpTime) throws java.lang.InterruptedException, TestCreationException, java.util.concurrent.ExecutionException
java.lang.InterruptedException
TestCreationException
java.util.concurrent.ExecutionException