layout | priority | title | desc | change_frequency |
---|---|---|---|---|
default |
0.5 |
Basic information about CDI TCK (Technology Compatibility Kit) |
Basic information about CDI TCK (Technology Compatibility Kit) |
weekly |
Our TCK is open as well and contributions are more than welcome. Important information:
-
Source code at GitHub
-
Issue tracker in GitHub Issues
-
Distribution bundles are available at download.eclipse.org/jakartaee/cdi
-
Mailing list: [email protected]
You can check the connection between specification and TCK by looking at specification with TCK assertions where each chapter starts with a list of TCK assertions with links to TCK tests for given chapter.
Documentation is found in the doc directory of the TCK distribution zip.
-
Build TCK with your update by running:
mvn clean install
-
Get the jboss-tck-runner. Either you can use the one available in CDI TCK distribution bundle or you can use the same one from Weld source code repository
-
From jboss-tck-runner execute following command and provide your TCK version (also be aware of Weld version you are running):
mvn clean test -Dtest=<your_test_name> -Dcdi.tck.version=<cdi_tck_version>
-
Execution in previous step is run at Arquillian Weld embedded container. If you need to execute by using real container then please check documentation link above.