|
JTR 5.0 API Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use jtr.config | |
---|---|
jtr.assigner | This package contains all the interfaces defining the contract standing amongst the JTR runtime and those concrete components in charge of implementing parameters assignment strategies as described in the users' guide available starting form here. |
jtr.assigner.impl | Default implementations of the contracts defined in the jtr.assigner
package. |
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.script | This package contains the main interfaces that must be implemented by both built-in and user-defined bindings to scripting-engines that should be used to run scripts meant for assigning parameters to runners. |
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. |
Classes in jtr.config used by jtr.assigner | |
---|---|
RunnerConfig
Instances of this class represent configurations associated with specific IRunner implementation classes.A RunnerConfig instance typically contains information such as
the FQN of the associated IRunner concrete class, the number
of instances that have to be created by the JTR framework, and the set of
parameters to be assigned to runners at runtime along with the desired
assignment policy. |
Classes in jtr.config used by jtr.assigner.impl | |
---|---|
ParametersMap
A ParametersMap is a set of RunnerConfigParam
instances. |
|
RunnerConfig
Instances of this class represent configurations associated with specific IRunner implementation classes.A RunnerConfig instance typically contains information such as
the FQN of the associated IRunner concrete class, the number
of instances that have to be created by the JTR framework, and the set of
parameters to be assigned to runners at runtime along with the desired
assignment policy. |
|
RunnerConfigParam
A single RunnerConfigParam defines one single parameter
name-value pair, to be used by the adopted IParamsAssigner for
correctly assigning parameters to the configured IRunner . |
Classes in jtr.config used by jtr.config | |
---|---|
Factories
This class represents a set of factories configured in a jtr.xml
configuration file. |
|
Factory
This class represetns a factory element of a jtr.xml
configuration file. |
|
ParametersMap
A ParametersMap is a set of RunnerConfigParam
instances. |
|
RegistrationFailedException
This exception is thrown whenever a RegisteredFactory instance
fails to register a new factory class. |
|
RunnerConfig
Instances of this class represent configurations associated with specific IRunner implementation classes.A RunnerConfig instance typically contains information such as
the FQN of the associated IRunner concrete class, the number
of instances that have to be created by the JTR framework, and the set of
parameters to be assigned to runners at runtime along with the desired
assignment policy. |
|
RunnerConfigParam
A single RunnerConfigParam defines one single parameter
name-value pair, to be used by the adopted IParamsAssigner for
correctly assigning parameters to the configured IRunner . |
|
RunnerConfigParam.ParamType
Types of supported runner-parameters type. |
|
TestConfig
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. |
Classes in jtr.config used by jtr.config.enterprise | |
---|---|
TestConfig
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. |
Classes in jtr.config used by jtr.pool | |
---|---|
TestConfig
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. |
Classes in jtr.config used by jtr.remote.pool | |
---|---|
TestConfig
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. |
Classes in jtr.config used by jtr.remote.test | |
---|---|
TestConfig
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. |
Classes in jtr.config used by jtr.remote.test.impl | |
---|---|
TestConfig
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. |
Classes in jtr.config used by jtr.runners | |
---|---|
ParametersMap
A ParametersMap is a set of RunnerConfigParam
instances. |
|
TestConfig
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. |
Classes in jtr.config used by jtr.script | |
---|---|
ParametersMap
A ParametersMap is a set of RunnerConfigParam
instances. |
Classes in jtr.config used by jtr.test | |
---|---|
ParametersMap
A ParametersMap is a set of RunnerConfigParam
instances. |
|
TestConfig
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. |
Classes in jtr.config used by jtr.test.impl | |
---|---|
ParametersMap
A ParametersMap is a set of RunnerConfigParam
instances. |
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |