JTR 5.0 API Documentation
A B C D E F G H I J L M N P Q R S T U V W X _

T

tableModel - Variable in class jtr.ui.swing.TableSorter
 
TableSorter - Class in jtr.ui.swing
TableSorter is a decorator for TableModels; adding sorting functionality to a supplied TableModel.
TableSorter() - Constructor for class jtr.ui.swing.TableSorter
 
TableSorter(TableModel) - Constructor for class jtr.ui.swing.TableSorter
 
TableSorter(TableModel, JTableHeader) - Constructor for class jtr.ui.swing.TableSorter
 
test() - Method in class jtr.runners.AbstractRunner
This is the only one method application-level runner developers are required to implement.
It contains the testing logic specific to each runner.
test() - Method in interface jtr.runners.IRunner
This method starts the test logic.
test() - Method in class jtr.runners.JUnitFacadeRunner
 
Test - Class in jtr.test
This class represents one of the two entry points to a JTRunner test.
It contains a main method that synchronously starts the main thread of the current test.
Test(String) - Constructor for class jtr.test.Test
The constructor.
Test(ThreadGroup, String) - Constructor for class jtr.test.Test
The constructor.
TEST_CLASS_LOADER_SERVICE_PORT - Static variable in class jtr.test.SystemProperties
Default port for the ClassLoaderService.
TEST_CLASS_LOADER_SERVICE_PORT_PROPERTY - Static variable in class jtr.test.SystemProperties
System property for specifying the port the ClassLoaderService must use.
TEST_GW_SERVICE_NAME - Static variable in class jtr.test.SystemProperties
Recognized service name for those components responsible of receiving test configurations from remote JTR-nodes, in order to locally launch new test sessions.
TEST_GW_SERVICE_PORT - Static variable in class jtr.test.SystemProperties
Default port for the GatewayService.
TEST_GW_SERVICE_PORT_PROPERTY - Static variable in class jtr.test.SystemProperties
System property for specifying the port the GatewayService must use.
TEST_OUTCOME_COLLECTOR_SERVICE_NAME - Static variable in class jtr.test.SystemProperties
Recognized service name for those components in charge of collecting JTR test outcomes from remote nodes, for showing them to the end-user later-on.
TEST_OUTCOME_COLLECTOR_SERVICE_PORT - Static variable in class jtr.test.SystemProperties
Default port for the OutcomeCollectorService.
TEST_OUTCOME_COLLECTOR_SERVICE_PORT_PROPERTY - Static variable in class jtr.test.SystemProperties
System property for specifying the port the OutcomeCollectorService must use.
testAccomplished() - Method in class jtr.test.impl.HeadlessTestResultDisplayer
This method notifies the end of the test.
testAccomplished() - Method in interface jtr.test.ITestResultDisplayer
This method notifies the end of the test.
TestConfig - Class in jtr.config
This class represents in an object oriented way the jtr.xml configuration file's content, thus contains all the information related to a JTR test configuration.
TestConfig() - Constructor for class jtr.config.TestConfig
Constructor.
testFailed() - Method in class jtr.test.impl.HeadlessTestResultDisplayer
 
testFailed() - Static method in class jtr.test.Test
Method used to notify this class that at least one runner has failed.
TestFailedException - Exception in jtr.test
This exception is thrown when at least one runner failed during execution.
TestFailedException() - Constructor for exception jtr.test.TestFailedException
Constructs an exception without a message.
TestFailedException(String) - Constructor for exception jtr.test.TestFailedException
Constructs an exception with a detailed message.
TestFailedException(String, Throwable) - Constructor for exception jtr.test.TestFailedException
Constructs an exception with both a detailed message and a cause.
TestGateway - Class in jtr.remote.test.impl
Default implementation of the TestGatewayService interface.
TestGateway() - Constructor for class jtr.remote.test.impl.TestGateway
Creates a new instance of TestGateway
TestGatewayService - Interface in jtr.remote.test
This interface defines the behavior that a component meant for launching remotely defined test-suites must implement.
testOk() - Static method in class jtr.test.Test
Method to notify this class that every runner succeeded.
TestOutcomeCollector - Interface in jtr.remote.test
This interface defines the contract exposed by a JTR-service in charge of collecting test-outcomes originated at remote JTR-nodes.
TestOutcomeCollectorImpl - Class in jtr.remote.test.impl
Default implementation of the TestOutcomeCollector JTR-service.
TestOutcomeCollectorImpl() - Constructor for class jtr.remote.test.impl.TestOutcomeCollectorImpl
Creates a new instance of TestOutcomeCollectorImpl
TestOutcomeTable<T extends IOutcome> - Class in jtr.test
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(NodeInfo) - Constructor for class jtr.test.TestOutcomeTable
The constructor.
TestOutcomeTable.TestBriefing - Class in jtr.test
This class defines the briefing of the JTR test session represented by the hosting TestOutcomeTable.
TestResultFrame - Class in jtr.ui.swing
Frame that shows the results of a test organized by JTR-nodes, runner-categories and instances.
TestResultFrame(ITestResultDisplayer, Map<NodeInfo, TestOutcomeTable>) - Constructor for class jtr.ui.swing.TestResultFrame
Creates new form TestResultFrame
TestRunManager - Class in jtr.test
This class is the manager of a JTR test.
TestRunManager(TestConfig) - Constructor for class jtr.test.TestRunManager
Costructor.
TestRunningFrame - Class in jtr.ui.swing
This UI components keeps the user up to date on the actual progress of the test sessions.
TestRunningFrame(int, int, int, int, int, int) - Constructor for class jtr.ui.swing.TestRunningFrame
Creates new form TestRunningFrame
TestSender - Class in jtr.test
Instances of this class are in charge of sending to a remote JTR node a valid test-configurations that is expected to be launched on that node.
TestSender() - Constructor for class jtr.test.TestSender
 
toHashtable() - Method in class jtr.config.enterprise.EnterpriseConfig
Provides an Hashtable representation of the properties associated with this enterprise configuration.
TOPIC_CONNECTION - Static variable in class jtr.config.jms.JMSConnection
 
TOPIC_SESSION - Static variable in class jtr.config.jms.JMSSession
Mnemonic identifier for defining a topic-session
toString() - Method in exception jtr.assigner.util.ParameterException
 
toString() - Method in class jtr.config.enterprise.EnterpriseConfig
 
toString() - Method in class jtr.config.enterprise.EnterpriseProperty
 
toString() - Method in class jtr.config.jms.JMSConfig
 
toString() - Method in class jtr.config.jms.JMSConnection
 
toString() - Method in class jtr.config.jms.JMSConnectionFactory
 
toString() - Method in class jtr.config.jms.JMSFactories
 
toString() - Method in class jtr.config.jms.JMSSession
 
toString() - Method in class jtr.config.ParametersMap
 
toString() - Method in class jtr.config.remote.Node
 
toString() - Method in class jtr.config.RunnerConfig
 
toString() - Method in class jtr.config.RunnerConfigParam
 
toString() - Method in class jtr.config.script.PScript
 
toString() - Method in class jtr.config.TestConfig
 
toString() - Method in class jtr.config.ws.WebServiceConfig
 
toString() - Method in class jtr.remote.test.DistributionError
 
toString() - Method in class jtr.remote.test.NodeInfo
 
toString() - Method in class jtr.script.ScriptContext
 
toString() - Method in class jtr.test.impl.DefaultOutcome
A String representation of the current IOutcome instance
toString() - Method in interface jtr.test.IOutcome
Return a description of the outcome
toString() - Method in class jtr.test.TestOutcomeTable.TestBriefing
 
toURL() - Method in class jtr.remote.test.NodeInfo
 

The JTR Project is licensed under GPL version 2
A B C D E F G H I J L M N P Q R S T U V W X _