Thanks, that worked.
On Wed, Sep 16, 2020 at 5:50 PM Andy McCright <j.andrew.mccright(a)gmail.com>
wrote:
Hi Rebecca,
I helped set up the MP Rest Client 2.0 TCK tests in CXF. IIRC, you only
need to make the Jetty binaries available as dependencies in the pom.xml
file so that the TCK can launch the server to simulate things like server
sent events.
Here are the relevant files in the CXF source tree that may be of
assistance:
https://github.com/apache/cxf/tree/master/systests/microprofile/client/weld
(includes pom.xml and testng.xml)
https://github.com/apache/cxf/blob/master/systests/microprofile/pom.xml
(parent pom.xml for all of the MP Rest Client system tests - I think this
one actually includes the Jetty dependency)
Hopefully that helps, but if not, please let me know.
Thanks,
Andy
On Wed, Sep 16, 2020 at 3:30 PM Rebecca Searls <rsearls(a)redhat.com> wrote:
> The Microprofile-rest-client 2.0 TCK requires a running Jetty server in
> addition
> to running the (resteasy) container being tested. Does any one have
> knowledge about
> how to set up test env like this? The TCK testsuite is using Arquillian,
> (org.jboss.arquillian.testng:arquillian-testng-container:1.1.13.Final)
> _______________________________________________
> resteasy-dev mailing list -- resteasy-dev(a)lists.jboss.org
> To unsubscribe send an email to resteasy-dev-leave(a)lists.jboss.org
>