|
JTR 5.0 API Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use jtr.test | |
---|---|
jtr.pool | This packages contains internal classes required by the JTR runtime. |
jtr.remote.test | This package contains specializations to classes/contracts defined in
jtr.test , required to enable JTR Distributed Testing
sessions. |
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. |
jtr.test.results.exporters | This package contains defines the contract that components in charge of exporting test results to any particular format must adhere to in order to be able to interact with other JTR components. |
jtr.test.results.exporters.impl | This package contains default implementation(s) of the contracts defined by
interfaces located in jtr.test.results.exporters . |
jtr.ui.swing | The default Swing-based JTR user-interface. |
Classes in jtr.test used by jtr.pool | |
---|---|
ITestCompletionListener
This interface defines the basic behavior of those classes meant for receiving notification upon both local and remote tests completions. |
Classes in jtr.test used by jtr.remote.test | |
---|---|
TestFailedException
This exception is thrown when at least one runner failed during execution. |
|
TestOutcomeTable
This class is meant to be a repository of different IOutcome
instances.Whenever an IRunner faces an exception, an
IOutcome is instantiated and added to this repository.Once the test is done, the content of the TestOutcomeTable is
provided to the user as a briefing of what happened during the runs. |
|
TestRunManager
This class is the manager of a JTR test. |
Classes in jtr.test used by jtr.remote.test.impl | |
---|---|
ITestCompletionListener
This interface defines the basic behavior of those classes meant for receiving notification upon both local and remote tests completions. |
|
TestOutcomeTable
This class is meant to be a repository of different IOutcome
instances.Whenever an IRunner faces an exception, an
IOutcome is instantiated and added to this repository.Once the test is done, the content of the TestOutcomeTable is
provided to the user as a briefing of what happened during the runs. |
Classes in jtr.test used by jtr.runners | |
---|---|
IOutcome
This interface defines what an outcome is for the JTRunner framework. An outcome is composed by: 1. |
|
IOutcomeFactory
This interface has to be implemented along with the IOutcome
interface for providing a custom implementation of a JTRunner outcome. |
|
ITestCompletionListener
This interface defines the basic behavior of those classes meant for receiving notification upon both local and remote tests completions. |
|
TestOutcomeTable
This class is meant to be a repository of different IOutcome
instances.Whenever an IRunner faces an exception, an
IOutcome is instantiated and added to this repository.Once the test is done, the content of the TestOutcomeTable is
provided to the user as a briefing of what happened during the runs. |
Classes in jtr.test used by jtr.test | |
---|---|
IOutcome
This interface defines what an outcome is for the JTRunner framework. An outcome is composed by: 1. |
|
IOutcome.OutcomeType
Categorization of the different admitted outcome types. |
|
ITestCompletionListener
This interface defines the basic behavior of those classes meant for receiving notification upon both local and remote tests completions. |
|
TestFailedException
This exception is thrown when at least one runner failed during execution. |
|
TestOutcomeTable
This class is meant to be a repository of different IOutcome
instances.Whenever an IRunner faces an exception, an
IOutcome is instantiated and added to this repository.Once the test is done, the content of the TestOutcomeTable is
provided to the user as a briefing of what happened during the runs. |
|
TestOutcomeTable.TestBriefing
This class defines the briefing of the JTR test session represented by the hosting TestOutcomeTable . |
Classes in jtr.test used by jtr.test.impl | |
---|---|
IOutcome
This interface defines what an outcome is for the JTRunner framework. An outcome is composed by: 1. |
|
IOutcome.OutcomeType
Categorization of the different admitted outcome types. |
|
IOutcomeFactory
This interface has to be implemented along with the IOutcome
interface for providing a custom implementation of a JTRunner outcome. |
|
ITestCompletionListener
This interface defines the basic behavior of those classes meant for receiving notification upon both local and remote tests completions. |
|
ITestResultDisplayer
This interface has to be implemented in order to customize the way test results are showed at the end of the session. |
|
TestFailedException
This exception is thrown when at least one runner failed during execution. |
|
TestOutcomeTable
This class is meant to be a repository of different IOutcome
instances.Whenever an IRunner faces an exception, an
IOutcome is instantiated and added to this repository.Once the test is done, the content of the TestOutcomeTable is
provided to the user as a briefing of what happened during the runs. |
Classes in jtr.test used by jtr.test.results.exporters | |
---|---|
TestOutcomeTable
This class is meant to be a repository of different IOutcome
instances.Whenever an IRunner faces an exception, an
IOutcome is instantiated and added to this repository.Once the test is done, the content of the TestOutcomeTable is
provided to the user as a briefing of what happened during the runs. |
Classes in jtr.test used by jtr.test.results.exporters.impl | |
---|---|
TestOutcomeTable
This class is meant to be a repository of different IOutcome
instances.Whenever an IRunner faces an exception, an
IOutcome is instantiated and added to this repository.Once the test is done, the content of the TestOutcomeTable is
provided to the user as a briefing of what happened during the runs. |
Classes in jtr.test used by jtr.ui.swing | |
---|---|
ITestResultDisplayer
This interface has to be implemented in order to customize the way test results are showed at the end of the session. |
|
TestOutcomeTable
This class is meant to be a repository of different IOutcome
instances.Whenever an IRunner faces an exception, an
IOutcome is instantiated and added to this repository.Once the test is done, the content of the TestOutcomeTable is
provided to the user as a briefing of what happened during the runs. |
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |