public class BMTestRunner extends Object
| Constructor and Description |
|---|
BMTestRunner(String testAppContextLocation,
int threadCount,
String mongoUri,
String testName,
String testRunName,
Properties testProperties)
Construct the help class that will start and stop the test application context
|
public BMTestRunner(String testAppContextLocation, int threadCount, String mongoUri, String testName, String testRunName, Properties testProperties)
testAppContextLocation - the name of the test application context file.
This should be based on the testrun-sample-context.xmlthreadCount - the number of threads to runmongoUri - the full MongoDB uri or null to use localhost 'test'testName - the name of the test e.g. bm_00005testRunName - the name of the fictitious test run e.g. run_0001testProperties - additional properties that will be fed into the test contextCopyright © 2014. All rights reserved.