[jbosstools-issues] [JBoss JIRA] (JBIDE-13280) Generate Arquillian test code from endpoints

Xavier Coulon (JIRA) jira-events at lists.jboss.org
Wed Dec 12 09:19:17 EST 2012


     [ https://issues.jboss.org/browse/JBIDE-13280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xavier Coulon updated JBIDE-13280:
----------------------------------

    Description: 
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.



  was:
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

Ideally, 
{code}
    @Deployment
    public static JavaArchive createDeployment() {
      ...
    }
{code}

could be filled with required dependencies.

Also, some Maven dependencies may need to be added into the project.


    
> 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: Brian Fitzpatrick
>             Fix For: 4.1.x
>
>
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list