|
JTR 5.0 API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjtr.test.TestRunManager
jtr.remote.test.RemoteTestRunManager
public class RemoteTestRunManager
This specialization of the TestRunManager class is able to locally launch
test-configurations received by remote JTR-nodes.
| Field Summary |
|---|
| Fields inherited from class jtr.test.TestRunManager |
|---|
logger |
| Constructor Summary | |
|---|---|
RemoteTestRunManager(TestConfig tc,
NodeInfo serverCL,
NodeInfo testOutcomeCollector)
Constructor. |
|
| Method Summary | |
|---|---|
void |
backIntoPool(IRunnerParameterized pRunner)
Once an IRunner has consumed its runs for a given epoch it
has to be put back into the pool waiting for the next epoch to come. |
protected RunnerPool |
initializePool(TestConfig testConfig)
|
void |
startTest()
Launches the test. |
protected void |
startThreads()
Starts all the IRunners for the current epoch of the
current test |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteTestRunManager(TestConfig tc,
NodeInfo serverCL,
NodeInfo testOutcomeCollector)
tc - The test-configurationserverCL - the server class-loadertestOutcomeCollector - | Method Detail |
|---|
public void startTest()
throws TestFailedException
TestRunManager
startTest in class TestRunManagerTestFailedException
protected RunnerPool initializePool(TestConfig testConfig)
throws IRunnerCreationException,
UnknownAssignmentPolicyException
IRunnerCreationException
UnknownAssignmentPolicyExceptionprotected void startThreads()
IRunners for the current epoch of the
current test
startThreads in class TestRunManagerpublic void backIntoPool(IRunnerParameterized pRunner)
TestRunManagerIRunner has consumed its runs for a given epoch it
has to be put back into the pool waiting for the next epoch to come. jtr.xml configuration
file. IRunners are back into the pool, the test
will start againg until the last epoch is reached.
backIntoPool in interface IPoolManagerbackIntoPool in class TestRunManagerpRunner - The IRunner to be put back into the pool
|
The JTR Project is licensed under GPL version 2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||