|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.testharness.impl.ConfigurationImpl
org.jboss.jsr299.tck.impl.JSR299ConfigurationImpl
public class JSR299ConfigurationImpl
Field Summary | |
---|---|
static String |
INTEGRATION_TEST_PACKAGE_NAME
|
static String |
UNIT_TEST_PACKAGE_NAME
|
Fields inherited from interface org.jboss.testharness.api.Configuration |
---|
CONNECT_TIMEOUT_PROPERTY_NAME, DEFAULT_CONNECT_DELAY, DEFAULT_HOST, DEFAULT_LIBRARY_DIRECTORY, DEFAULT_OUTPUT_DIRECTORY, DEFAULT_RUN_INTEGRATION_TESTS, DEFAULT_STANDALONE, DEFAULT_WRITE_DEPLOYED_ARCHIVES_TO_DISK, HOST_PROPERTY_NAME, LIBRARY_DIRECTORY_PROPERTY_NAME, OUTPUT_DIRECTORY_PROPERTY_NAME, RUN_INTEGRATION_TESTS_PROPERTY_NAME, STANDALONE_PROPERTY_NAME, TEST_PACKAGE_PROPERTY_NAME |
Constructor Summary | |
---|---|
protected |
JSR299ConfigurationImpl()
|
|
JSR299ConfigurationImpl(JSR299Configuration configuration)
|
Method Summary | ||
---|---|---|
Beans |
getBeans()
The implementation of Beans in use. |
|
|
getContexts()
The implementation of Contexts in use. |
|
EL |
getEl()
The implementation of EL in use. |
|
Managers |
getManagers()
The implementation of Managers in use. |
|
void |
setBeans(Beans beans)
|
|
|
setContexts(Contexts<T> contexts)
|
|
void |
setEl(EL el)
|
|
void |
setManagers(Managers managers)
|
|
String |
toString()
|
Methods inherited from class org.jboss.testharness.impl.ConfigurationImpl |
---|
getConnectTimeout, getContainers, getExtraDeploymentProperties, getExtraPackages, getExtraResources, getHost, getInContainerTestLauncher, getLibraryDirectory, getOutputDirectory, getStandaloneContainers, getTestLauncher, getTestPackage, isRunIntegrationTests, isStandalone, setConnectTimeout, setContainers, setHost, setInContainerTestLauncher, setLibraryDirectory, setOutputDirectory, setRunIntegrationTests, setStandalone, setStandaloneContainers, setTestLauncher, setTestPackage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jboss.testharness.api.Configuration |
---|
getConnectTimeout, getContainers, getExtraDeploymentProperties, getExtraPackages, getExtraResources, getHost, getInContainerTestLauncher, getLibraryDirectory, getOutputDirectory, getStandaloneContainers, getTestPackage, isRunIntegrationTests, isStandalone, setConnectTimeout, setContainers, setHost, setInContainerTestLauncher, setLibraryDirectory, setOutputDirectory, setRunIntegrationTests, setStandalone, setStandaloneContainers, setTestPackage |
Field Detail |
---|
public static final String INTEGRATION_TEST_PACKAGE_NAME
public static final String UNIT_TEST_PACKAGE_NAME
Constructor Detail |
---|
protected JSR299ConfigurationImpl()
public JSR299ConfigurationImpl(JSR299Configuration configuration)
Method Detail |
---|
public Beans getBeans()
JSR299Configuration
Beans
in use.
getBeans
in interface JSR299Configuration
public void setBeans(Beans beans)
setBeans
in interface JSR299Configuration
public <T extends javax.enterprise.context.spi.Context> Contexts<T> getContexts()
JSR299Configuration
Contexts
in use.
getContexts
in interface JSR299Configuration
public <T extends javax.enterprise.context.spi.Context> void setContexts(Contexts<T> contexts)
setContexts
in interface JSR299Configuration
public Managers getManagers()
JSR299Configuration
Managers
in use.
getManagers
in interface JSR299Configuration
public void setManagers(Managers managers)
setManagers
in interface JSR299Configuration
public EL getEl()
JSR299Configuration
EL
in use.
getEl
in interface JSR299Configuration
public void setEl(EL el)
setEl
in interface JSR299Configuration
public String toString()
toString
in class org.jboss.testharness.impl.ConfigurationImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |