|
JTR 5.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjtr.runners.RunnerCreator
public class RunnerCreator
This class is in charge of instantiating runners.
Constructor Summary | |
---|---|
RunnerCreator()
|
Method Summary | |
---|---|
static IRunnerClean[] |
create(java.lang.String fqn,
TestConfig testConfig,
int count,
ITestCompletionListener testComplLsnr)
Short-hand method for instantiating a set of runners in CLEAN state. |
static IRunnerClean |
create(java.lang.String fqn,
TestConfig testConfig,
ITestCompletionListener testComplLsnr)
Creates a runner in CLEAN state using the provided FQN and
the given TestConfig . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RunnerCreator()
Method Detail |
---|
public static IRunnerClean create(java.lang.String fqn, TestConfig testConfig, ITestCompletionListener testComplLsnr) throws IRunnerCreationException
CLEAN
state using the provided FQN and
the given TestConfig
.
fqn
- testConfig
- testComplLsnr
-
IRunnerCreationException
public static IRunnerClean[] create(java.lang.String fqn, TestConfig testConfig, int count, ITestCompletionListener testComplLsnr) throws IRunnerCreationException
CLEAN
state.
fqn
- testConfig
- count
- testComplLsnr
-
IRunnerCreationException
|
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 |