public interface Configuration
| Modifier and Type | Field and Description |
|---|---|
static String |
LIBRARY_DIRECTORY_PROPERTY_NAME |
static String |
TEST_DATASOURCE_PROPERTY_NAME |
| Modifier and Type | Method and Description |
|---|---|
Beans |
getBeans()
The implementation of
Beans in use. |
<T extends javax.enterprise.context.spi.Context> |
getContexts()
The implementation of
Contexts in use. |
EL |
getEl()
The implementation of
EL in use. |
String |
getLibraryDirectory()
The TCK allows additional libraries to be put in the deployed test artifacts (for example the porting package for the
implementation).
|
Managers |
getManagers()
The implementation of
Managers in use. |
String |
getTestDataSource()
Few TCK tests need to work with Java EE services related to persistence (JPA, JTA) - test datasource must be provided.
|
void |
setBeans(Beans beans) |
<T extends javax.enterprise.context.spi.Context> |
setContexts(Contexts<T> contexts) |
void |
setEl(EL el) |
void |
setLibraryDirectory(String libraryDir) |
void |
setManagers(Managers managers) |
void |
setTestDataSource(String testDatasource) |
static final String LIBRARY_DIRECTORY_PROPERTY_NAME
static final String TEST_DATASOURCE_PROPERTY_NAME
<T extends javax.enterprise.context.spi.Context> Contexts<T> getContexts()
Contexts in use.void setBeans(Beans beans)
<T extends javax.enterprise.context.spi.Context> void setContexts(Contexts<T> contexts)
void setManagers(Managers managers)
void setEl(EL el)
String getLibraryDirectory()
void setLibraryDirectory(String libraryDir)
String getTestDataSource()
persistence.void setTestDataSource(String testDatasource)
testDatasource - Copyright © 2008-2013 Seam Framework. All Rights Reserved.