This repository contains:
- tck-runner - a template project to run the MicroProfile TCK suite against a custom implementation
The TCK tests the MicroProfile Config API, which depends on CDI 1.1 API.
The TCK tests are designed as Arquillian tests, which run tests in an isolated container against a test application package. The test application is always packaged as WAR application, therefore the arquillian adapter used must support WAR deployment.