From e993c144c7099c3a52c10352cedbcbe6d1b65365 Mon Sep 17 00:00:00 2001 From: Emily Jiang Date: Mon, 3 Oct 2022 06:56:51 +0100 Subject: [PATCH] Add tck instruction --- tck/README.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tck/README.adoc b/tck/README.adoc index 20405878..8db7650c 100644 --- a/tck/README.adoc +++ b/tck/README.adoc @@ -191,3 +191,7 @@ TBD. == Example Implementation Using the TCK TBD. + +== Running against CDI Lite + +For all tests under the https://github.com/eclipse/microprofile-rest-client/tree/master/tck/src/main/java/org/eclipse/microprofile/rest/client/tck/cditests[cditest] folder, the implementation needs to provide a way to enable the injection working on the Arquillian subclass. \ No newline at end of file