org.ow2.orchestra.common.perf
Class StressPerfTest

java.lang.Object
  extended by org.ow2.orchestra.common.perf.StressPerfTest

public class StressPerfTest
extends java.lang.Object

Author:
Charles Souillard

Constructor Summary
StressPerfTest(java.lang.String[] args, java.util.Map<java.lang.String,java.lang.String> aliasesMap, java.util.Map<java.lang.String,java.lang.String[]> globalAliasesMap)
           
 
Method Summary
 void deployTests()
          Deploys all tests to run.
 void finished(java.lang.String processId, long threadId, java.lang.String alias, long executionTime, java.lang.Throwable t)
          Called by testCases thread when the testCase is finished.
static java.lang.String formatFloat(float f)
           
 void launchTests()
          Launch all tests.
 void undeployTests()
          Undeploys all tests to run.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StressPerfTest

public StressPerfTest(java.lang.String[] args,
                      java.util.Map<java.lang.String,java.lang.String> aliasesMap,
                      java.util.Map<java.lang.String,java.lang.String[]> globalAliasesMap)
               throws PerfException
Throws:
PerfException
Method Detail

deployTests

public void deployTests()
                 throws PerfException
Deploys all tests to run.

Throws:
PerfException

undeployTests

public void undeployTests()
                   throws PerfException
Undeploys all tests to run.

Throws:
PerfException

launchTests

public void launchTests()
Launch all tests.


finished

public void finished(java.lang.String processId,
                     long threadId,
                     java.lang.String alias,
                     long executionTime,
                     java.lang.Throwable t)
Called by testCases thread when the testCase is finished.


formatFloat

public static java.lang.String formatFloat(float f)


Copyright © 2011 OW2 Consortium. All Rights Reserved.