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 _

S

Script - Interface in jtr.config.script
Common interface for every class representing a script entity.
ScriptContext - Class in jtr.script
This class represents the default context accessible from every script via the global.jtrContext keyword.
ScriptContext(String, ParametersMap, int, int, int) - Constructor for class jtr.script.ScriptContext
Costructor.
ScriptException - Exception in jtr.script
The exception that script engines are allowed to raise.
ScriptException(String) - Constructor for exception jtr.script.ScriptException
Costructor with a message.
ScriptException(String, Throwable) - Constructor for exception jtr.script.ScriptException
Constructor with a message and a cause.
ScriptParam - Class in jtr.config.script
The actual value of a script parameter.
ScriptParam() - Constructor for class jtr.config.script.ScriptParam
 
ScriptParams - Class in jtr.config.script
Class that maps the script-params element of the jtr.xml configuration file.
ScriptParams() - Constructor for class jtr.config.script.ScriptParams
 
Scripts - Class in jtr.config.script
Class that maps the scripts element of the jtr.xml configuration file.
Scripts() - Constructor for class jtr.config.script.Scripts
 
sendTest(TestConfig, NodeInfo) - Static method in class jtr.test.TestSender
Send the configuration to the specified node.
SERVER_CLASS_LOADER_SERVICE_NAME - Static variable in class jtr.test.SystemProperties
Recognized service name for those components responsible of providing classes to those JTR passive nodes involved in a distributed test session.
ServiceLocator - Class in jtr.enterprise
This helper class provides a facility for looking up enterprise java beans.
ServiceLocator() - Constructor for class jtr.enterprise.ServiceLocator
 
setAckMode(int) - Method in class jtr.config.jms.JMSSession
Set the JMS ACK mode.
setActualParameters(PScript, ScriptParams) - Method in class jtr.script.impl.AbstractScriptEngine
 
setBinding(String) - Method in class jtr.config.RunnerConfig
Set the default binding associated with the runner.
setBinding(String) - Method in class jtr.config.TestConfig
Set the default webservice binding.
setBinding(Binding) - Method in class jtr.runners.AbstractWsRunner
This method sets the configured webservice binding.
setBinding(Binding) - Method in interface jtr.runners.IRunnerWs
This method returns the set of configured webservice bindings.
setBindings(Bindings) - Method in class jtr.config.TestConfig
Set the bindings available to invokers.
setBody(String) - Method in class jtr.config.script.LScript
Set the script's body.
setBody(String) - Method in class jtr.config.script.PScript
Set the script's body.
setBooleanActualParameter(String, Boolean) - Method in class jtr.script.impl.AbstractScriptEngine
Method that engine-specific subclasses must implement for setting actual parameters before execution.
setBooleanActualParameter(String, Boolean) - Method in class jtr.script.impl.BshScriptEngine
 
setBooleanActualParameter(String, Boolean) - Method in class jtr.script.impl.GroovyScriptEngine
 
setClassLoaderPort(String) - Method in class jtr.ant.JtrRun
Set the TCP port the class loader listens to.
setClientId(String) - Method in class jtr.config.jms.JMSConnection
Set the clientID for the current javax.jms.Connection.
setColumnComparator(Class, Comparator) - Method in class jtr.ui.swing.TableSorter
 
setCompletedRunners(int) - Method in class jtr.test.TestRunManager
 
setConnectionFactories(JMSFactories) - Method in class jtr.config.jms.JMSConfig
Set the connection factories available with the current JMS configuration
setCount(int) - Method in class jtr.config.RunnerConfig
Sets the number of instances that have to be created at runtime
setCurrentEpoch(int) - Method in class jtr.test.TestRunManager
 
setCurrentRun(int) - Method in class jtr.runners.AbstractRunnerAncestor
Tell the runner the current run value.
setCurrentRun(int) - Method in interface jtr.runners.IRunnerClean
Tells which is the current run.
setDoubleActualParameter(String, Double) - Method in class jtr.script.impl.AbstractScriptEngine
Method that engine-specific subclasses must implement for setting actual parameters before execution.
setDoubleActualParameter(String, Double) - Method in class jtr.script.impl.BshScriptEngine
 
setDoubleActualParameter(String, Double) - Method in class jtr.script.impl.GroovyScriptEngine
 
setEndTime() - Method in class jtr.test.TestOutcomeTable
 
setEnterprise(String) - Method in class jtr.config.RunnerConfig
Sets the default enterprise configuration unique name associated with the current runner configuration.
setEnterprise(String) - Method in class jtr.config.TestConfig
Sets the default enterprise configuration for the current JTR test.
setEnterprise(EnterpriseConfig) - Method in class jtr.runners.AbstractRunnerAncestor
Assign the given enterprise configuration to the current IRunner
setEnterprise(EnterpriseConfig) - Method in interface jtr.runners.IRunnerClean
Set the enterprise configuration associated with the current runner.
setEnterpriseConfig(EnterpriseConfig) - Method in class jtr.test.impl.DefaultOutcome
Set the enterprise configuration active at the moment of the exception
setEnterpriseConfig(EnterpriseConfig) - Method in interface jtr.test.IOutcome
Set the enterprise configuration active at the moment of the exception
setEpoch(int) - Method in class jtr.runners.AbstractRunnerAncestor
Assign the current epoch to the IRunner
setEpoch(int) - Method in interface jtr.runners.IRunnerClean
Set the current jtr-test epoch.
setEpoch(Integer) - Method in class jtr.test.impl.DefaultOutcome
Set the epoch when the exception happened.
setEpoch(Integer) - Method in interface jtr.test.IOutcome
Set the epoch when the exception happened.
setEpochs(int) - Method in class jtr.config.TestConfig
Sets the total number of epochs (aka epochs) this test will consist of.
setEpochs(int) - Method in class jtr.test.TestRunManager
 
setException(Throwable) - Method in class jtr.test.impl.DefaultOutcome
Set the exception
setException(Throwable) - Method in interface jtr.test.IOutcome
Set the exception
setFactories(Factories) - Method in class jtr.config.TestConfig
 
setFaultMsg(String, String) - Method in class jtr.config.ws.WebServiceOperation
Set the fault message providing the message name and its parts names.
setFloatActualParameter(String, Float) - Method in class jtr.script.impl.AbstractScriptEngine
Method that engine-specific subclasses must implement for setting actual parameters before execution.
setFloatActualParameter(String, Float) - Method in class jtr.script.impl.BshScriptEngine
 
setFloatActualParameter(String, Float) - Method in class jtr.script.impl.GroovyScriptEngine
 
setFqn(String) - Method in class jtr.config.Factory
 
setFqn(String) - Method in class jtr.runners.AbstractRunnerAncestor
Assigns the runner its FQN.
setFqn(String) - Method in interface jtr.runners.IRunnerClean
Assigns the runner its FQN.
setHost(String) - Method in class jtr.ant.JtrRun
Set the host-name or IP address
setHost(String) - Method in class jtr.config.remote.Node
 
setInitialPoolSize(int) - Method in class jtr.test.TestRunManager
 
setInputMsg(String, String) - Method in class jtr.config.ws.WebServiceOperation
Set the input message providing the message name and its parts names.
setInputs(Inputs) - Method in class jtr.config.script.PScript
Set the formal parameters required by the script.
setInstanceCount(int) - Method in class jtr.runners.AbstractRunnerAncestor
Set the number of instances that must be active, according to the jtr.xml, during the test-suite.
setInstanceCount(int) - Method in interface jtr.runners.IRunnerClean
Set the number of instances that must be active, according to the jtr.xml, during the test-suite.
setInstanceID(int) - Method in class jtr.runners.AbstractRunnerAncestor
Sets the progressive ID assigned to this runner instance at creation time.
setInstanceID(int) - Method in interface jtr.runners.IRunnerClean
Associates the current runner with its instance ID.
setIntegerActualParameter(String, Integer) - Method in class jtr.script.impl.AbstractScriptEngine
Method that engine-specific subclasses must implement for setting actual parameters before execution.
setIntegerActualParameter(String, Integer) - Method in class jtr.script.impl.BshScriptEngine
 
setIntegerActualParameter(String, Integer) - Method in class jtr.script.impl.GroovyScriptEngine
 
setJavaClassName(String) - Method in class jtr.config.ws.WebServiceTypeMapping
Set the FQN of the configured Java class
setJaxbObjectFactory(String) - Method in class jtr.config.ws.Binding
 
setJms(String) - Method in class jtr.config.RunnerConfig
Sets the unique id of the JMS configuration to be used by the current runner.
setJms(String) - Method in class jtr.config.TestConfig
Sets the unique id of the JMS configuration to be used by the current runner.
setJmsConfig(JMSConfig) - Method in class jtr.runners.AbstractJMSRunner
Set the JMS configuration assigned to the current IRunner
setJmsConfig(JMSConfig) - Method in interface jtr.runners.IRunnerJMS
Set the JMS configuration assigned to the current IRunner
setJndi(String) - Method in class jtr.config.jms.JMSConnectionFactory
Set the JNDI name for the current JMS connection factory.
setJndi(String) - Method in class jtr.config.jms.JMSDestination
Set the destination JNDI name
setJtr(String) - Method in class jtr.ant.JtrRun
Set the configuration file.
setKey(String) - Method in class jtr.config.Factory
 
setLog4j(String) - Method in class jtr.ant.JtrRun
Set the Log4J configuration file.
setLongActualParameter(String, Long) - Method in class jtr.script.impl.AbstractScriptEngine
Method that engine-specific subclasses must implement for setting actual parameters before execution.
setLongActualParameter(String, Long) - Method in class jtr.script.impl.BshScriptEngine
 
setLongActualParameter(String, Long) - Method in class jtr.script.impl.GroovyScriptEngine
 
setLScripts(LScripts) - Method in class jtr.config.script.Scripts
 
setMainClass() - Method in class jtr.ant.JtrPassive
Set the main class.
setMainClass() - Method in class jtr.ant.JtrRun
Set the main class.
setName(String) - Method in class jtr.config.enterprise.EnterpriseProperty
Sets this enterprise property unique name.
setName(String) - Method in class jtr.config.RunnerConfigParam
Sets the name of the parameter.
setName(String) - Method in class jtr.config.script.Input
Set the unique name.
setName(String) - Method in class jtr.config.script.PScript
Set the script's unique name.
setName(String) - Method in class jtr.config.script.ScriptParam
 
setName(String) - Method in class jtr.config.ws.Binding
Set the name.
setName(String) - Method in class jtr.config.ws.WebServiceMsg
Set the message name.
setName(String) - Method in class jtr.config.ws.WebServiceOperation
Set the operation name.
setName(String) - Method in class jtr.config.ws.WebServicePort
Get the port name.
setName(String) - Method in class jtr.config.ws.WebServicePortType
Get the port type name.
setName(String) - Method in class jtr.config.ws.WebServiceService
Set the service name.
setName(String) - Method in class jtr.config.ws.WebServiceTypeMapping
Set the local part of the XML qualified name.
setName(String) - Method in class jtr.runners.AbstractRunnerAncestor
Set the name of the IRunner.
setName(String) - Method in interface jtr.runners.IRunnerClean
Set the logical name of the current runner.
setNameSpace(String) - Method in class jtr.config.ws.Binding
Set the name space.
setNameSpace(String) - Method in class jtr.config.ws.WebServicePortType
Set the name space.
setNameSpace(String) - Method in class jtr.config.ws.WebServiceService
Set the service namespace.
setNameSpace(String) - Method in class jtr.config.ws.WebServiceTypeMapping
Set the name space part of the XML qualified name.
setNode(NodeInfo) - Method in class jtr.test.impl.DefaultOutcome
 
setNode(NodeInfo) - Method in interface jtr.test.IOutcome
Set the JTR-node the runner that produced this outcome belongs to.
setNodes(Nodes) - Method in class jtr.config.TestConfig
 
setObjectActualParameter(String, Object) - Method in class jtr.script.impl.AbstractScriptEngine
Method that engine-specific subclasses must implement for setting actual parameters before execution.
setObjectActualParameter(String, Object) - Method in class jtr.script.impl.BshScriptEngine
 
setObjectActualParameter(String, Object) - Method in class jtr.script.impl.GroovyScriptEngine
 
setOperationName(String) - Method in class jtr.config.ws.Binding
Set the operation name.
setOperations(Collection<WebServiceOperation>) - Method in class jtr.config.ws.WebServicePort
Set the collection of operations available with the current port.
setOutcomeCollectorPort(String) - Method in class jtr.ant.JtrRun
Set the TCP port the outcome-collector listens to.
setOutcomeFactory(IOutcomeFactory) - Method in class jtr.runners.AbstractRunnerAncestor
Set the current IOutcomeTable
setOutcomeFactory(IOutcomeFactory) - Method in interface jtr.runners.IRunnerClean
Set the factory in charge of instantiating IOutCome instances.
setOutput(String) - Method in class jtr.config.script.PScript
Set the name of the variable that will store the script's output if any.
setOutputMsg(String, String) - Method in class jtr.config.ws.WebServiceOperation
Set the output message providing the message name and its parts names.
setParameters(ParametersMap) - Method in class jtr.runners.AbstractRunnerAncestor
Provides the IRunner with its runtime parameters.
setParameters(ParametersMap) - Method in interface jtr.runners.IRunnerClean
Set the paramters for the current runner.
setParametersAssignmetPolicy(String) - Method in class jtr.config.RunnerConfig
Sets the String which identifies the IAssignmentPolicy associated with the current RunnerConfig.
setParametersMap(ParametersMap) - Method in class jtr.test.impl.DefaultOutcome
Sets the parameters the IRunner that experiences the excepion was working with
setParametersMap(ParametersMap) - Method in interface jtr.test.IOutcome
Sets the parameters the IRunner that experiences the excepion was working with
setParamsAssigner(IParamsAssigner) - Method in class jtr.runners.AbstractRunnerAncestor
Set the IParamsAssigner in charge of assigning parameters to the current IRunner
setParamsAssigner(IParamsAssigner) - Method in interface jtr.runners.IRunnerClean
Set the assigner in charge of performing the parameters injection into the current runner.
setParent(TestConfig) - Method in class jtr.config.enterprise.EnterpriseConfig
Ties the current EnterpriseConfig with the given TestConfig instance.
setParent(TestConfig) - Method in class jtr.config.RunnerConfig
Ties the current runner configuration to the TestConfig it belongs to.
setPartNames(String) - Method in class jtr.config.ws.WebServiceMsg
Set the part names.
setPassword(String) - Method in class jtr.config.jms.JMSConnection
Set the password required to establish this javax.jms.Connection.
setPolicy(String) - Method in class jtr.ant.JtrRun
Set the Java policy file.
setPool(RunnerPool) - Method in class jtr.runners.AbstractRunnerAncestor
Set the pool this IRunner will belong to
setPool(RunnerPool) - Method in interface jtr.runners.IRunnerParameterized
Assign the current IRunnerParameterized to the given pool.
setPool(RunnerPool) - Method in class jtr.test.TestRunManager
 
setPoolManager(IPoolManager) - Method in class jtr.pool.RunnerPool
Sets the IPoolManager in charge of managing this pool.
setPort(int) - Method in class jtr.config.remote.Node
 
setPortName(String) - Method in class jtr.config.ws.Binding
Set the port name.
setPorts(Collection<WebServicePort>) - Method in class jtr.config.ws.WebServiceService
Set the collection of available ports.
setPortTypes(Collection<WebServicePortType>) - Method in class jtr.config.ws.WebServiceService
Set the collection of port types.
setProperty(Object, String, Object) - Static method in class jtr.assigner.util.BeanUtilsExtension
This method sets over the bean instance's property identified by name, the provided value value.
First of all the method tries find the property amongst those defined by the class or by its super-class and tries to set it directly (even if the property is not public).
Should this not work, a public setter is searched for and used.
setProperty(String) - Method in class jtr.config.jms.JMSConnection
Set the name of the property of the concrete runner that will hold the actual Connection instance.
setProperty(String) - Method in class jtr.config.jms.JMSConnectionFactory
Set the name of the property of the concrete runner that will hold the actual ConnectionFactory instance.
setProperty(String) - Method in class jtr.config.jms.JMSDestination
Set the name of the runner property that will hold the actual JMS destination once created
setProperty(String) - Method in class jtr.config.jms.JMSSession
Set the name of the runner property that will hold the actual JMS session once created
setPScripts(PScripts) - Method in class jtr.config.script.Scripts
 
setQualifiedName(QName) - Method in class jtr.config.ws.WebServiceTypeMapping
Set the qualified name of the configured XML data type.
setQualifiedName(String, String) - Method in class jtr.config.ws.WebServiceTypeMapping
Set the qualified name of the configured XML data type
setRegistryPort(String) - Method in class jtr.ant.JtrRun
Set the registry TCP port
setRemoteTestCompletionListener(ITestCompletionListener) - Method in class jtr.remote.test.impl.TestOutcomeCollectorImpl
 
setRun(Integer) - Method in class jtr.test.impl.DefaultOutcome
Set the run when the exception happened
setRun(Integer) - Method in interface jtr.test.IOutcome
Set the run when the exception happened
setRunDuration(Long) - Method in class jtr.test.impl.DefaultOutcome
 
setRunDuration(Long) - Method in interface jtr.test.IOutcome
Set the duration of the described run.
setRunnerCategory(Class<AbstractRunner>) - Method in class jtr.test.impl.DefaultOutcome
 
setRunnerCategory(Class<T>) - Method in interface jtr.test.IOutcome
Set the category the runner that produced this outcome belogns to.
setRunnerFqn(String) - Method in class jtr.config.RunnerConfig
Sets the FQN of the runner associated with this RunnerConfig instance.
setRunnerId(String) - Method in class jtr.test.impl.DefaultOutcome
 
setRunnerId(String) - Method in interface jtr.test.IOutcome
Set the unique ID of the runner that produced this outcome.
setRunnersThreadGroup(ThreadGroup) - Method in class jtr.test.TestRunManager
 
setRuns(int) - Method in class jtr.config.RunnerConfig
Gets the default number of times each runner belonging to this runner configuration will have to run.
setRuns(int) - Method in class jtr.runners.AbstractRunnerAncestor
Set the number of runs assigned to the IRunner
setRuns(int) - Method in interface jtr.runners.IRunnerClean
Set the total number of runs this runner has to execute.
setScriptParams(ScriptParams) - Method in class jtr.config.RunnerConfigParam
Set the actual parameters required for invoking a p-script.
setScripts(Scripts) - Method in class jtr.config.TestConfig
Set the object-oriented representation of the scripts section taken from the jtr.xml file.
setScripts(Scripts) - Method in class jtr.script.impl.AbstractScriptEngine
Sets the configured collection of both l-scripts and p-scripts.
setScripts(Scripts) - Method in interface jtr.script.IScriptEngine
Sets the configured collection of both l-scripts and p-scripts.
setServiceMode(String) - Method in class jtr.config.ws.Binding
 
setServices(Collection<WebServiceService>) - Method in class jtr.config.ws.WebServiceConfig
Set the collection of services for the current JTR webservice configuration.
setShared(boolean) - Method in class jtr.config.jms.JMSConnection
Set whether this javax.jms.Connection is shareable or not.
setSleepTime(long) - Method in class jtr.config.RunnerConfig
Sets the default sleep time for this runner configuration.
setSleepTime(long) - Method in class jtr.runners.AbstractRunnerAncestor
Get the sleep runDuration assigned to this IRunner
setSleepTime(long) - Method in interface jtr.runners.IRunnerClean
Set the sleep time value assigned to the current runner.
setSortingStatus(int, int) - Method in class jtr.ui.swing.TableSorter
 
setStartTime() - Method in class jtr.test.TestOutcomeTable
 
setStatFunction(String, IStatFunction) - Method in class jtr.runners.AbstractRunnerAncestor
Sets the reference to the IStatFunction implementation associated with the parameter named paramName.
setStatFunction(String, IStatFunction) - Method in interface jtr.runners.IRunnerClean
Sets the reference to the IStatFunction implementation associated with the parameter named paramName.
setSystemProperties() - Static method in class jtr.remote.utils.RmiUtil
This method sets all the properties required by the JTR distributed-runtime to work propertly.
In more detail this methods looks for the java.rmi.server.hostname and, if not defined, it is set to be equal to the value of the jtr.remote.test.host property.
setTableHeader(JTableHeader) - Method in class jtr.ui.swing.TableSorter
 
setTableModel(TableModel) - Method in class jtr.ui.swing.TableSorter
 
setTestCompletionListener(ITestCompletionListener) - Method in class jtr.runners.AbstractRunnerAncestor
This method assigns an ITestCompletionListener instance to a runner in CLEAN state.
setTestCompletionListener(ITestCompletionListener) - Method in interface jtr.runners.IRunnerClean
This method assigns an ITestCompletionListener instance to a runner in CLEAN state.
setTestConfig(TestConfig) - Method in class jtr.test.TestRunManager
 
setTestGatewayPort(String) - Method in class jtr.ant.JtrPassive
Set the TCP port for receiving test configurations.
setTestOutcomeTable(TestOutcomeTable) - Method in class jtr.runners.AbstractRunnerAncestor
Set the current TestOutcomeTable
setTestOutcomeTable(TestOutcomeTable) - Method in interface jtr.runners.IRunnerClean
Set the TestOutcomeTable instance where the runner logs all the experienced error conditions.
setTestOutcomeTable(TestOutcomeTable) - Method in class jtr.test.TestRunManager
 
setTimeStamp(Date) - Method in class jtr.test.impl.DefaultOutcome
 
setTimeStamp(Date) - Method in interface jtr.test.IOutcome
Set the timestamp indicating when the run has been started.
setTransacted(boolean) - Method in class jtr.config.jms.JMSSession
Set the JMS session's transacted attribute
setType(String) - Method in class jtr.config.jms.JMSConnection
Set the type of the connection.
setType(String) - Method in class jtr.config.jms.JMSSession
Set the type of the session.
setType(String) - Method in class jtr.config.RunnerConfigParam
Sets the type of the parameter.
setType(String) - Method in class jtr.config.script.Input
Set the type.
setType(IOutcome.OutcomeType) - Method in class jtr.test.impl.DefaultOutcome
 
setType(IOutcome.OutcomeType) - Method in interface jtr.test.IOutcome
Set the type of the outcome
setTypeMappings(Collection<WebServiceTypeMapping>) - Method in class jtr.config.ws.WebServiceService
Set the type mappings for the current service specification.
setUniqueName(String) - Method in class jtr.config.enterprise.EnterpriseConfig
Sets the enterprise configuration's unique name.
setUniqueName(String) - Method in class jtr.config.jms.JMSConfig
Set the unique name of this JMS configuration.
setUniqueName(String) - Method in class jtr.config.ws.Binding
Set the binding's unique name.
setUniqueName(String) - Method in class jtr.config.ws.WebServiceConfig
Set the unique name of this JTR webservice configuration.
setUserName(String) - Method in class jtr.config.jms.JMSConnection
Set the user name required to establish this javax.jms.Connection.
setUserObject(Serializable) - Method in class jtr.test.impl.DefaultOutcome
 
setUserObject(Serializable) - Method in interface jtr.test.IOutcome
Set a user-object that can be used to add any user-defined information to the output of the test.
setValue(String) - Method in class jtr.config.enterprise.EnterpriseProperty
Sets the value of the current enterprise property.
setValue(String) - Method in class jtr.config.RunnerConfigParam
Sets the actual value of the parameter.
setValue(String) - Method in class jtr.config.script.ScriptParam
 
setValueAt(Object, int, int) - Method in class jtr.ui.swing.TableSorter
 
setWebservice(String) - Method in class jtr.config.RunnerConfig
Set the reference to the webservice configuration this runner configuration points to.
setWebservice(String) - Method in class jtr.config.TestConfig
Set the webservice configuration unique name.
setWsConfig(WebServiceConfig) - Method in class jtr.runners.AbstractWsRunner
 
setWsConfig(WebServiceConfig) - Method in interface jtr.runners.IRunnerWs
Set the webservice configuration associated with the runner according to what specified by the jtr.xml configuration file.
setWsdlLoc(String) - Method in class jtr.config.ws.Binding
 
setWsdlLocation(String) - Method in class jtr.config.ws.WebServiceConfig
Set the location of the WSDL file associated with the current JTR webservice configuration.
This location has to be expressed as a valid URI.
showResults(Map<NodeInfo, TestOutcomeTable>) - Method in class jtr.test.impl.DefaultTestResultDisplayer
Show the results of the tests contained in the provided map.
showResults(NodeInfo, TestOutcomeTable) - Method in class jtr.test.impl.HeadlessTestCompletionListener
 
showResults(Map<NodeInfo, TestOutcomeTable>) - Method in class jtr.test.impl.HeadlessTestResultDisplayer
 
showResults(Map<NodeInfo, TestOutcomeTable>) - Method in interface jtr.test.ITestResultDisplayer
Show the results of the tests contained in the provided map.
size() - Method in class jtr.pool.RunnerPool
Returns the actual size of the pool.
SLEEP_TIME - Static variable in class jtr.config.StdParameters
The sleep time to occur between two runs.
specializedBeforeRunTest() - Method in class jtr.runners.AbstractJMSRunner
 
specializedBeforeRunTest() - Method in class jtr.runners.AbstractRunner
 
specializedBeforeRunTest() - Method in class jtr.runners.AbstractRunnerAncestor
This method allows more specialized subclasses to perform preparatory activities right before the actual test is launched.

Note: implementations of this method must always be final.
specializedBeforeRunTest() - Method in class jtr.runners.AbstractWsRunner
 
specializedBeforeRunTest() - Method in class jtr.runners.JUnitFacadeRunner
 
startTest() - Method in class jtr.remote.test.RemoteTestRunManager
 
startTest() - Method in class jtr.test.TestRunManager
Launches the test.
startThreads() - Method in class jtr.remote.test.RemoteTestRunManager
Starts all the IRunners for the current epoch of the current test
startThreads() - Method in class jtr.test.TestRunManager
Starts all the IRunners for the current epoch of the current test
StatFunctions - Enum in jtr.lang.functions
Built-in statistical functions.
StdParameters - Class in jtr.config
This class simply provides the set of Strings representing the JTR standard parameters required by each IRunner at runtime.
StdParameters() - Constructor for class jtr.config.StdParameters
 
SystemProperties - Class in jtr.test
This class defines all of the mnemonic names of those system properties required by the JTRunner runtime.
SystemProperties() - Constructor for class jtr.test.SystemProperties
 

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 _