- getBeans() - Method in interface org.jboss.cdi.tck.api.Configuration
-
The implementation of
Beans in use.
- getContexts() - Method in interface org.jboss.cdi.tck.api.Configuration
-
- getDependentContext() - Method in interface org.jboss.cdi.tck.spi.Contexts
-
Returns the dependent context, regardless of whether it is active or not
- getEl() - Method in interface org.jboss.cdi.tck.api.Configuration
-
The implementation of
EL in use.
- getLibraryDirectory() - Method in interface org.jboss.cdi.tck.api.Configuration
-
The TCK allows additional libraries to be put in the deployed test artifacts (for example the porting package for the implementation).
- getRequestContext() - Method in interface org.jboss.cdi.tck.spi.Contexts
-
Get the request context, regardless of whether it is active or not
- getTestDataSource() - Method in interface org.jboss.cdi.tck.api.Configuration
-
Few TCK tests need to work with Java EE services related to persistence (JPA, JTA) - test datasource must be provided.
- getTestJmsConnectionFactory() - Method in interface org.jboss.cdi.tck.api.Configuration
-
- getTestJmsQueue() - Method in interface org.jboss.cdi.tck.api.Configuration
-
- getTestJmsTopic() - Method in interface org.jboss.cdi.tck.api.Configuration
-
- getTestTimeoutFactor() - Method in interface org.jboss.cdi.tck.api.Configuration
-
All tests using some timeout technique (e.g. wait for async processing) should use this value to adjust the final timeout so that it's possible to configure timeouts
according to the testing runtime performance and throughput.