public interface Configuration
Modifier and Type | Field and Description |
---|---|
static String |
LIBRARY_DIRECTORY_PROPERTY_NAME |
static String |
TEST_DATASOURCE_PROPERTY_NAME |
static String |
TEST_JMS_CONNECTION_FACTORY |
static String |
TEST_JMS_QUEUE |
static String |
TEST_JMS_TOPIC |
static String |
TEST_TIMEOUT_FACTOR |
static int |
TEST_TIMEOUT_FACTOR_DEFAULT_VALUE |
Modifier and Type | Method and Description |
---|---|
Beans |
getBeans()
The implementation of
Beans in use. |
<T extends jakarta.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).
|
String |
getTestDataSource()
Few TCK tests need to work with Java EE services related to persistence (JPA, JTA) - test datasource must be provided.
|
String |
getTestJmsConnectionFactory() |
String |
getTestJmsQueue() |
String |
getTestJmsTopic() |
int |
getTestTimeoutFactor()
All tests using some timeout technique (e.g.
|
void |
setBeans(Beans beans) |
<T extends jakarta.enterprise.context.spi.Context> |
setContexts(Contexts<T> contexts) |
void |
setEl(EL el) |
void |
setLibraryDirectory(String libraryDir) |
void |
setTestDataSource(String testDatasource) |
void |
setTestJmsConnectionFactory(String testJmsConnectionFactory) |
void |
setTestJmsQueue(String testJmsQueue) |
void |
setTestJmsTopic(String testJmsTopic) |
void |
setTestTimeoutFactor(int timeoutFactor) |
static final String LIBRARY_DIRECTORY_PROPERTY_NAME
static final String TEST_DATASOURCE_PROPERTY_NAME
static final String TEST_JMS_CONNECTION_FACTORY
static final String TEST_JMS_QUEUE
static final String TEST_JMS_TOPIC
static final String TEST_TIMEOUT_FACTOR
static final int TEST_TIMEOUT_FACTOR_DEFAULT_VALUE
<T extends jakarta.enterprise.context.spi.Context> Contexts<T> getContexts()
Contexts
in use.void setBeans(Beans beans)
<T extends jakarta.enterprise.context.spi.Context> void setContexts(Contexts<T> contexts)
void setEl(EL el)
String getLibraryDirectory()
void setLibraryDirectory(String libraryDir)
String getTestDataSource()
persistence
.void setTestDataSource(String testDatasource)
testDatasource
- String getTestJmsConnectionFactory()
void setTestJmsConnectionFactory(String testJmsConnectionFactory)
testJmsConnectionFactory
- String getTestJmsQueue()
void setTestJmsQueue(String testJmsQueue)
testJmsQueue
- String getTestJmsTopic()
void setTestJmsTopic(String testJmsTopic)
testJmsTopic
- int getTestTimeoutFactor()
void setTestTimeoutFactor(int timeoutFactor)
timeoutFactor
- Copyright © 2008–2020 Jakarta CDI TCK. All rights reserved.