JTR 5.0 API Documentation

Uses of Class
jtr.config.TestConfig

Packages that use TestConfig
jtr.config Here reside all the basic classes used to compose the object-oriented representation of a jtr.xml configuration file. 
jtr.config.enterprise This packages gathers those classes used to represent the enterprise configurations defined in the jtr.xml file. 
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.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. 
 

Uses of TestConfig in jtr.config
 

Methods in jtr.config that return TestConfig
 TestConfig ConfigDeserializer.getConfigTree()
          Produces the object oriented representation of the jtr.xml configuration file.
 TestConfig RunnerConfig.getParent()
          Returns the belonging to TestConfig instance.
 

Methods in jtr.config with parameters of type TestConfig
 void RunnerConfig.setParent(TestConfig parent)
          Ties the current runner configuration to the TestConfig it belongs to.
 

Uses of TestConfig in jtr.config.enterprise
 

Methods in jtr.config.enterprise that return TestConfig
 TestConfig EnterpriseConfig.getParent()
          Returns the TestConfig instance this EnterpriseConfig is tied to.
 

Methods in jtr.config.enterprise with parameters of type TestConfig
 void EnterpriseConfig.setParent(TestConfig parent)
          Ties the current EnterpriseConfig with the given TestConfig instance.
 

Uses of TestConfig in jtr.pool
 

Methods in jtr.pool with parameters of type TestConfig
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 TestConfig in jtr.remote.pool
 

Methods in jtr.remote.pool with parameters of type TestConfig
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 TestConfig in jtr.remote.test
 

Methods in jtr.remote.test with parameters of type TestConfig
protected  RunnerPool RemoteTestRunManager.initializePool(TestConfig testConfig)
           
 void TestGatewayService.launchTest(TestConfig tc, NodeInfo serverCL, NodeInfo testOutcomeCollector)
          This method accepts a new test-suite configuration followed by the information required for connecting to a remote server class-loader.
 

Constructors in jtr.remote.test with parameters of type TestConfig
RemoteTestRunManager(TestConfig tc, NodeInfo serverCL, NodeInfo testOutcomeCollector)
          Constructor.
 

Uses of TestConfig in jtr.remote.test.impl
 

Methods in jtr.remote.test.impl with parameters of type TestConfig
 void TestGateway.launchTest(TestConfig tc, NodeInfo serverCL, NodeInfo testOutcomeCollector)
           
 

Uses of TestConfig in jtr.runners
 

Methods in jtr.runners with parameters of type TestConfig
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 TestConfig in jtr.test
 

Methods in jtr.test that return TestConfig
protected  TestConfig TestRunManager.getTestConfig()
           
 

Methods in jtr.test with parameters of type TestConfig
protected  RunnerPool TestRunManager.initializePool(TestConfig testConfig, ITestCompletionListener testCmplLsnr)
          Initialize the pool of IRunners.
static void TestSender.sendTest(TestConfig tc, NodeInfo node)
          Send the configuration to the specified node.
protected  void TestRunManager.setTestConfig(TestConfig val)
           
 

Constructors in jtr.test with parameters of type TestConfig
TestRunManager(TestConfig testConfig)
          Costructor.
 


The JTR Project is licensed under GPL version 2