]
Marián Labuda updated JBIDE-10208:
----------------------------------
Labels: jax-rs (was: )
Generate test method for a given JAX-RS endpoint
------------------------------------------------
Key: JBIDE-10208
URL:
https://issues.jboss.org/browse/JBIDE-10208
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: webservices
Affects Versions: 3.3.0.M4
Reporter: Xavier Coulon
Assignee: Xavier Coulon
Labels: jax-rs
Fix For: LATER
From a given Endpoint (URI + consumed/produced mediatypes), a JUnit test case method
skeleton could be generated.
Various types of client code could be proposed :
- using Apache HttpClient library
- using the JAX-RS 1.1 Framework custom client library (eg: RESTEasy and Jersey provide
their own client implementation)
- Using the upcoming JAX-RS 2.0 client spec
- Using Arquillian's upcoming REST support (
https://gist.github.com/1367794)