|
JTR 5.0 API Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use jtr.assigner | |
---|---|
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.lang.functions | This package contains the main interfaces that must be implemented by both built-in and user-defined functions that should be used to assign values to runner parameters. |
jtr.lang.functions.impl | This package contains the default implementation of the built-in statistical functions shipped with JTR. |
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.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.script.impl | This package contains the implementations of the built-in bindings to scripting-engines that can 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. |
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.ws.jaxws | Default JAX-WS 2.1.1 based implementation of the contracts defined in
jtr.ws . |
Classes in jtr.assigner used by jtr.assigner | |
---|---|
IAssignmentPolicy
This interface defines what an assignment policy is in the JTR framework. |
|
IFactory
Thi interface is simply a placeholder allowing the framework to identify those classes playing a factory-like role. |
|
IParamsAssigner
This interface defines the contract between JTR and the concrete implementations in charge of performing the task of assigning values to concrete IRunner instances under the control of both the
TestRunManager and the AbstractRunner . |
|
UnknownAssignmentPolicyException
This exception is thrown when an IAssignmentPolicyFactory is
requested to instantiate an unknown IAssignmentPolicy
implementation |
Classes in jtr.assigner used by jtr.assigner.impl | |
---|---|
IAssignmentPolicy
This interface defines what an assignment policy is in the JTR framework. |
|
IAssignmentPolicyFactory
This interface defines the contract between JTR and those concrete classes in charge of instantiating objects meant for managing the assignment of parameters to IRunner s instances. |
|
IFactory
Thi interface is simply a placeholder allowing the framework to identify those classes playing a factory-like role. |
|
IParamsAssigner
This interface defines the contract between JTR and the concrete implementations in charge of performing the task of assigning values to concrete IRunner instances under the control of both the
TestRunManager and the AbstractRunner . |
|
MissingStdParameterException
This exception is thrown whenever an IParamsAssigner cannot
find in the provided RunnerConnfig instance one of the JTR
standard parameters. |
|
UnknownAssignmentPolicyException
This exception is thrown when an IAssignmentPolicyFactory is
requested to instantiate an unknown IAssignmentPolicy
implementation |
Classes in jtr.assigner used by jtr.config | |
---|---|
IAssignmentPolicy
This interface defines what an assignment policy is in the JTR framework. |
|
IFactory
Thi interface is simply a placeholder allowing the framework to identify those classes playing a factory-like role. |
|
UnknownAssignmentPolicyException
This exception is thrown when an IAssignmentPolicyFactory is
requested to instantiate an unknown IAssignmentPolicy
implementation |
Classes in jtr.assigner used by jtr.lang.functions | |
---|---|
IFactory
Thi interface is simply a placeholder allowing the framework to identify those classes playing a factory-like role. |
Classes in jtr.assigner used by jtr.lang.functions.impl | |
---|---|
IFactory
Thi interface is simply a placeholder allowing the framework to identify those classes playing a factory-like role. |
Classes in jtr.assigner used by jtr.pool | |
---|---|
UnknownAssignmentPolicyException
This exception is thrown when an IAssignmentPolicyFactory is
requested to instantiate an unknown IAssignmentPolicy
implementation |
Classes in jtr.assigner used by jtr.remote.pool | |
---|---|
UnknownAssignmentPolicyException
This exception is thrown when an IAssignmentPolicyFactory is
requested to instantiate an unknown IAssignmentPolicy
implementation |
Classes in jtr.assigner used by jtr.remote.test | |
---|---|
UnknownAssignmentPolicyException
This exception is thrown when an IAssignmentPolicyFactory is
requested to instantiate an unknown IAssignmentPolicy
implementation |
Classes in jtr.assigner used by jtr.runners | |
---|---|
IParamsAssigner
This interface defines the contract between JTR and the concrete implementations in charge of performing the task of assigning values to concrete IRunner instances under the control of both the
TestRunManager and the AbstractRunner . |
Classes in jtr.assigner used by jtr.script | |
---|---|
IFactory
Thi interface is simply a placeholder allowing the framework to identify those classes playing a factory-like role. |
Classes in jtr.assigner used by jtr.script.impl | |
---|---|
IFactory
Thi interface is simply a placeholder allowing the framework to identify those classes playing a factory-like role. |
Classes in jtr.assigner used by jtr.test | |
---|---|
IFactory
Thi interface is simply a placeholder allowing the framework to identify those classes playing a factory-like role. |
|
UnknownAssignmentPolicyException
This exception is thrown when an IAssignmentPolicyFactory is
requested to instantiate an unknown IAssignmentPolicy
implementation |
Classes in jtr.assigner used by jtr.test.impl | |
---|---|
IFactory
Thi interface is simply a placeholder allowing the framework to identify those classes playing a factory-like role. |
Classes in jtr.assigner used by jtr.test.results.exporters | |
---|---|
IFactory
Thi interface is simply a placeholder allowing the framework to identify those classes playing a factory-like role. |
Classes in jtr.assigner used by jtr.test.results.exporters.impl | |
---|---|
IFactory
Thi interface is simply a placeholder allowing the framework to identify those classes playing a factory-like role. |
Classes in jtr.assigner used by jtr.ws.jaxws | |
---|---|
IFactory
Thi interface is simply a placeholder allowing the framework to identify those classes playing a factory-like role. |
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |