JTR 5.0 API Documentation

jtr.runners
Class RunnerCreator

java.lang.Object
  extended by jtr.runners.RunnerCreator

public class RunnerCreator
extends java.lang.Object

This class is in charge of instantiating runners.

Since:
1.0
Version:
5.0
Author:
Francesco Russo (frusso@dev.java.net)

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

RunnerCreator

public RunnerCreator()
Method Detail

create

public static IRunnerClean create(java.lang.String fqn,
                                  TestConfig testConfig,
                                  ITestCompletionListener testComplLsnr)
                           throws IRunnerCreationException
Creates a runner in CLEAN state using the provided FQN and the given TestConfig.

Parameters:
fqn -
testConfig -
testComplLsnr -
Returns:
IRunnerClean
Throws:
IRunnerCreationException

create

public static IRunnerClean[] create(java.lang.String fqn,
                                    TestConfig testConfig,
                                    int count,
                                    ITestCompletionListener testComplLsnr)
                             throws IRunnerCreationException
Short-hand method for instantiating a set of runners in CLEAN state.

Parameters:
fqn -
testConfig -
count -
testComplLsnr -
Returns:
IRunnerClean[]
Throws:
IRunnerCreationException

The JTR Project is licensed under GPL version 2