| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.tools.loadtest.LoadTester
This utitity is used for executing load tests based on exsiting unit test cases
| Constructor Summary | |
| LoadTester(String name)Creates a new instance of AppBuilder | |
| Method Summary | |
| static void | main(String[] args)Command line entry point for the utility | 
|  void | runTests()Main method to run all the tests based on the settings file. | 
|  void | runTestSet(TestSet testSet)Initializes the RunTestSet and then calls the thread's start method. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public LoadTester(String name)
name - The name of the config file that describes how to build the application| Method Detail | 
public void runTests()
public void runTestSet(TestSet testSet)
testSet - TestSet object which contains all the parameters required to run the Load Testpublic static void main(String[] args)
args - The command line arguments.
 Must supply the following ...
   [0] = Location of Load Testing XML Descriptor| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||