org.jboss.jsr299.tck.impl
Class JSR299ConfigurationImpl

java.lang.Object
  extended by org.jboss.testharness.impl.ConfigurationImpl
      extended by org.jboss.jsr299.tck.impl.JSR299ConfigurationImpl
All Implemented Interfaces:
JSR299Configuration, org.jboss.testharness.api.Configuration

public class JSR299ConfigurationImpl
extends org.jboss.testharness.impl.ConfigurationImpl
implements JSR299Configuration


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.
<T extends javax.enterprise.context.spi.Context>
Contexts<T>
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)
           
<T extends javax.enterprise.context.spi.Context>
void
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

INTEGRATION_TEST_PACKAGE_NAME

public static final String INTEGRATION_TEST_PACKAGE_NAME
See Also:
Constant Field Values

UNIT_TEST_PACKAGE_NAME

public static final String UNIT_TEST_PACKAGE_NAME
See Also:
Constant Field Values
Constructor Detail

JSR299ConfigurationImpl

protected JSR299ConfigurationImpl()

JSR299ConfigurationImpl

public JSR299ConfigurationImpl(JSR299Configuration configuration)
Method Detail

getBeans

public Beans getBeans()
Description copied from interface: JSR299Configuration
The implementation of Beans in use.

Specified by:
getBeans in interface JSR299Configuration

setBeans

public void setBeans(Beans beans)
Specified by:
setBeans in interface JSR299Configuration

getContexts

public <T extends javax.enterprise.context.spi.Context> Contexts<T> getContexts()
Description copied from interface: JSR299Configuration
The implementation of Contexts in use.

Specified by:
getContexts in interface JSR299Configuration

setContexts

public <T extends javax.enterprise.context.spi.Context> void setContexts(Contexts<T> contexts)
Specified by:
setContexts in interface JSR299Configuration

getManagers

public Managers getManagers()
Description copied from interface: JSR299Configuration
The implementation of Managers in use.

Specified by:
getManagers in interface JSR299Configuration

setManagers

public void setManagers(Managers managers)
Specified by:
setManagers in interface JSR299Configuration

getEl

public EL getEl()
Description copied from interface: JSR299Configuration
The implementation of EL in use.

Specified by:
getEl in interface JSR299Configuration

setEl

public void setEl(EL el)
Specified by:
setEl in interface JSR299Configuration

toString

public String toString()
Overrides:
toString in class org.jboss.testharness.impl.ConfigurationImpl


Copyright © 2008-2012 Seam Framework. All Rights Reserved.