|
JTR 5.0 API Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRunnerCreationException | |
---|---|
jtr.pool | This packages contains internal classes required by the JTR runtime. |
jtr.remote.pool | This package contains specializations to classes/contracts defined in
jtr.pool , required to enable JTR Distributed Testing
sessions. |
jtr.remote.test | This package contains specializations to classes/contracts defined in
jtr.test , required to enable JTR Distributed Testing
sessions. |
jtr.runners | This package defines the hierarchy of interfaces that shape the interaction between user-defined runners and the JTR runtime. |
jtr.test | This package contains all those classes and interfaces in charge of managing
the execution of JTR Test Sessions. Beside this, this package brings a set of interfaces that model the way an outcome is defined in the JTR Project, and other contracts that must be implemented by those components in charge of showing the test results to the end user upon completion. |
Uses of IRunnerCreationException in jtr.pool |
---|
Methods in jtr.pool that throw IRunnerCreationException | |
---|---|
static void |
RunnerPoolFiller.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 . |
Uses of IRunnerCreationException in jtr.remote.pool |
---|
Methods in jtr.remote.pool that throw IRunnerCreationException | |
---|---|
static void |
RemoteRunnerPoolFiller.fillPool(TestConfig testConfig,
RunnerPool pool,
NodeInfo serverCL)
Fills the RunnerPool instance provided with all the required
runner instances, according to what stated in the testConfig
instance. |
Uses of IRunnerCreationException in jtr.remote.test |
---|
Methods in jtr.remote.test that throw IRunnerCreationException | |
---|---|
protected RunnerPool |
RemoteTestRunManager.initializePool(TestConfig testConfig)
|
Uses of IRunnerCreationException in jtr.runners |
---|
Methods in jtr.runners that throw IRunnerCreationException | |
---|---|
static IRunnerClean[] |
RunnerCreator.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 |
RunnerCreator.create(java.lang.String fqn,
TestConfig testConfig,
ITestCompletionListener testComplLsnr)
Creates a runner in CLEAN state using the provided FQN and
the given TestConfig . |
Uses of IRunnerCreationException in jtr.test |
---|
Methods in jtr.test that throw IRunnerCreationException | |
---|---|
protected RunnerPool |
TestRunManager.initializePool(TestConfig testConfig,
ITestCompletionListener testCmplLsnr)
Initialize the pool of IRunner s. |
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |