|
From: John D. A. <joh...@gm...> - 2013-10-29 00:06:49
|
Bill, >From the looks of it, the framework is actually leveraging your client framework.. https://github.com/arquillian/arquillian-extension-rest/blob/master/rest-client/impl/impl-3x/src/main/java/org/jboss/arquillian/extension/rest/client/RestEnricher.java#L94 Anyways, the use cases are many. Basically, a test can now have a handle injected to it that points to the REST API, no need to figure out the URL. On Mon, Oct 28, 2013 at 6:10 PM, Bill Burke <bb...@re...> wrote: > Have you seen our proxy extension? (This exists in 2.3.x too) > > > http://docs.jboss.org/resteasy/docs/3.0.4.Final/userguide/html/RESTEasy_Client_Framework.html#d4e2101 > > I guess I just don't understand what problem you are trying to solve > with this extension. > > > > On 10/28/2013 5:56 PM, Jakub Narloch wrote: > > Hi RESTEasy users, > > > > We would like to inform you that the JBoss Arquillian universe just > > extended with completly new extension that was designed to ease the > > testing of JAX-RS based web services: > > > http://arquillian.org/blog/2013/10/28/arquillian-extension-rest-1-0-0-Alpha1/ > > > > One of of it's unique features is the integration with Arquillian Warp > > that does allow to intercept the state of the service running and verify > > it in a test that is being executed in the application container. > > > > We were hoping that you could give a try and give us as much feedback as > > possible. We also welcome any contributions to the newly developed > > extension. > > > > Thanks, > > Jakub Narloch > > > > > > > ------------------------------------------------------------------------------ > > Android is increasing in popularity, but the open development platform > that > > developers love is also attractive to malware creators. Download this > white > > paper to learn more about secure code signing practices that can help > keep > > Android apps secure. > > > http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk > > _______________________________________________ > > Resteasy-users mailing list > > Res...@li... > > https://lists.sourceforge.net/lists/listinfo/resteasy-users > > > > -- > Bill Burke > JBoss, a division of Red Hat > http://bill.burkecentral.com > > > ------------------------------------------------------------------------------ > Android is increasing in popularity, but the open development platform that > developers love is also attractive to malware creators. Download this white > paper to learn more about secure code signing practices that can help keep > Android apps secure. > http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk > _______________________________________________ > Resteasy-users mailing list > Res...@li... > https://lists.sourceforge.net/lists/listinfo/resteasy-users > |