org.jboss.jsr299.tck.api
Interface JSR299Configuration

All Superinterfaces:
org.jboss.testharness.api.Configuration
All Known Implementing Classes:
JSR299ConfigurationImpl

public interface JSR299Configuration
extends org.jboss.testharness.api.Configuration

The configuration of the TCK. The TCK may be configured using system properties or placed in a properties file called META-INF/web-beans-tck.properties. Porting package property names are the FQCN of the SPI class. Other property names (one for each non-porting package SPI configuration option) are specified here. The defaults are also listed here. The TCK may also be configured programatically through this interface

Author:
Pete Muir

Field Summary
 
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
 
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)
           
 
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
 

Method Detail

getBeans

Beans getBeans()
The implementation of Beans in use.


getContexts

<T extends javax.enterprise.context.spi.Context> Contexts<T> getContexts()
The implementation of Contexts in use.


getManagers

Managers getManagers()
The implementation of Managers in use.


setBeans

void setBeans(Beans beans)

setContexts

<T extends javax.enterprise.context.spi.Context> void setContexts(Contexts<T> contexts)

setManagers

void setManagers(Managers managers)

setEl

void setEl(EL el)

getEl

EL getEl()
The implementation of EL in use.



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