|
JTR 5.0 API Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITestCompletionListener | |
---|---|
jtr.pool | This packages contains internal classes required by the JTR runtime. |
jtr.remote.test.impl | This package contains concrete default implementations of the contracts defined in
jtr.remote.test . |
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. |
jtr.test.impl | Default implementations of the interfaces defined in the jtr.test
package. |
Uses of ITestCompletionListener in jtr.pool |
---|
Methods in jtr.pool with parameters of type ITestCompletionListener | |
---|---|
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 ITestCompletionListener in jtr.remote.test.impl |
---|
Methods in jtr.remote.test.impl with parameters of type ITestCompletionListener | |
---|---|
void |
TestOutcomeCollectorImpl.setRemoteTestCompletionListener(ITestCompletionListener lsnr)
|
Uses of ITestCompletionListener in jtr.runners |
---|
Methods in jtr.runners with parameters of type ITestCompletionListener | |
---|---|
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 . |
void |
AbstractRunnerAncestor.setTestCompletionListener(ITestCompletionListener testComplLsnr)
This method assigns an ITestCompletionListener instance
to a runner in CLEAN state. |
void |
IRunnerClean.setTestCompletionListener(ITestCompletionListener testComplLsnr)
This method assigns an ITestCompletionListener instance
to a runner in CLEAN state. |
Uses of ITestCompletionListener in jtr.test |
---|
Methods in jtr.test with parameters of type ITestCompletionListener | |
---|---|
protected RunnerPool |
TestRunManager.initializePool(TestConfig testConfig,
ITestCompletionListener testCmplLsnr)
Initialize the pool of IRunner s. |
Uses of ITestCompletionListener in jtr.test.impl |
---|
Classes in jtr.test.impl that implement ITestCompletionListener | |
---|---|
class |
DefaultTestCompletionListener
Default implementation of the ITestCompletionListener contract. |
class |
HeadlessTestCompletionListener
|
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |