|
JTR 5.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjtr.pool.RunnerPoolFiller
public class RunnerPoolFiller
Given a TestConfig
and a RunnerPool
, this
class takes care of both the instantiation of the configured set of
IRunner
s and the filling of the pool.
A RunnerCreator
is used the perform the instantiation of the
runners.
Constructor Summary | |
---|---|
RunnerPoolFiller()
|
Method Summary | |
---|---|
static void |
fillPool(TestConfig testConfig,
RunnerPool pool,
ITestCompletionListener testComplLsnr)
This method instantiates the runners as dictated by the TestConfig and uses them to populate the provided
RunnerPool . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RunnerPoolFiller()
Method Detail |
---|
public static void fillPool(TestConfig testConfig, RunnerPool pool, ITestCompletionListener testComplLsnr) throws IRunnerCreationException, UnknownAssignmentPolicyException
TestConfig
and uses them to populate the provided
RunnerPool
.
testConfig
- TestConfigpool
- RunnerPooltestComplLsnr
-
IRunnerCreationException
UnknownAssignmentPolicyException
|
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 |