|
JTR 5.0 API Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnterpriseConfig | |
---|---|
jtr.config | Here reside all the basic classes used to compose the object-oriented representation
of a jtr.xml configuration file. |
jtr.enterprise | This packages contains helper classes for performing lookup of JEE resources. |
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. |
jtr.test.impl | Default implementations of the interfaces defined in the jtr.test
package. |
Uses of EnterpriseConfig in jtr.config |
---|
Methods in jtr.config that return EnterpriseConfig | |
---|---|
EnterpriseConfig |
TestConfig.getEnterprise(java.lang.String uniqueName)
Gets an EnterpriseConfig configuration element from the
current JTR test configuration. |
Methods in jtr.config with parameters of type EnterpriseConfig | |
---|---|
void |
TestConfig.addEnterprise(EnterpriseConfig enterprise)
Adds an EnterpriseConfig configuration element to the
current JTR test configuration. |
Uses of EnterpriseConfig in jtr.enterprise |
---|
Methods in jtr.enterprise with parameters of type EnterpriseConfig | ||
---|---|---|
static
|
ServiceLocator.getEJBObject(java.lang.String ejbName,
java.lang.Class clazz,
EnterpriseConfig environment)
This method takes care of looking up the EJB registered under the ejbName input parameter, of narrowing it to the desired
home class, and finally invokes the create on that home instance. |
Uses of EnterpriseConfig in jtr.runners |
---|
Methods in jtr.runners that return EnterpriseConfig | |
---|---|
EnterpriseConfig |
AbstractRunnerAncestor.getEnterprise()
Return the enterprise configuration assigned to the current IRunner |
EnterpriseConfig |
IRunnerClean.getEnterprise()
Get the enterprise configuration associated with the current runner. |
Methods in jtr.runners with parameters of type EnterpriseConfig | |
---|---|
void |
AbstractRunnerAncestor.setEnterprise(EnterpriseConfig enterprise)
Assign the given enterprise configuration to the current IRunner |
void |
IRunnerClean.setEnterprise(EnterpriseConfig enterprise)
Set the enterprise configuration associated with the current runner. |
Uses of EnterpriseConfig in jtr.test |
---|
Methods in jtr.test that return EnterpriseConfig | |
---|---|
EnterpriseConfig |
IOutcome.getEnterpriseConfig()
Get the enterprise configuration |
Methods in jtr.test with parameters of type EnterpriseConfig | |
---|---|
void |
IOutcome.setEnterpriseConfig(EnterpriseConfig cfg)
Set the enterprise configuration active at the moment of the exception |
Uses of EnterpriseConfig in jtr.test.impl |
---|
Methods in jtr.test.impl that return EnterpriseConfig | |
---|---|
EnterpriseConfig |
DefaultOutcome.getEnterpriseConfig()
Get the enterprise configuration |
Methods in jtr.test.impl with parameters of type EnterpriseConfig | |
---|---|
void |
DefaultOutcome.setEnterpriseConfig(EnterpriseConfig cfg)
Set the enterprise configuration active at the moment of the exception |
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |