public class StressPerfTest extends Object
| Constructor and Description |
|---|
StressPerfTest(String[] args,
Map<String,String> aliasesMap,
Map<String,String[]> globalAliasesMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
deployTests()
Deploys all tests to run.
|
void |
finished(String processId,
long threadId,
String alias,
long executionTime,
Throwable t)
Called by testCases thread when the testCase is finished.
|
static String |
formatFloat(float f) |
void |
launchTests()
Launch all tests.
|
void |
undeployTests()
Undeploys all tests to run.
|
public StressPerfTest(String[] args, Map<String,String> aliasesMap, Map<String,String[]> globalAliasesMap) throws PerfException
PerfExceptionpublic void deployTests()
throws PerfException
PerfExceptionpublic void undeployTests()
throws PerfException
PerfExceptionpublic void launchTests()
public void finished(String processId, long threadId, String alias, long executionTime, Throwable t)
public static String formatFloat(float f)
Copyright © 2011 OW2 Consortium. All Rights Reserved.