]
Marián Labuda updated JBIDE-13280:
----------------------------------
Labels: jax-rs (was: )
Generate Arquillian test code from endpoints
--------------------------------------------
Key: JBIDE-13280
URL:
https://issues.jboss.org/browse/JBIDE-13280
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: webservices
Affects Versions: 4.0.0.Final
Reporter: Xavier Coulon
Assignee: Xavier Coulon
Labels: jax-rs
Fix For: LATER
Generate Arquillian JAX-RS test skeleton from:
- Endpoints in the Project Explorer,
- Java Methods
- Wizard
Client API could be based on:
- Apache HTTP Client
- Jersey / RESTEasy (custom) Client API
- JAX-RS 2.0 (standardized) Client API
This implies that some Maven dependencies may need to be added into the project.
Optionally,
{code}
@Deployment
public static JavaArchive createDeployment() {
...
}
{code}
could be filled with required dependencies.