[arquillian-issues] [JBoss JIRA] Commented: (ARQ-30) @Deployment should have some intelligent defaults

Aslak (JIRA) jira-events at lists.jboss.org
Tue Nov 24 09:27:29 EST 2009


    [ https://jira.jboss.org/jira/browse/ARQ-30?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12496296#action_12496296 ] 

Aslak commented on ARQ-30:
--------------------------

Support package 'parent'  in @Deployment

Reuse of 'common' packaging between multiple testcases. Merged on deployment

{code}
@Deployment(package = MyGenericTestCasePackager.class)
public javaArchive createLocalDeployment() {

}

public class MyGenericTestCasePackager {

   @Deployment(package = MyGenericTestCasePackager.class)  
   public javaArchive createDeployment() {

   }
}
{code}

> @Deployment should have some intelligent defaults
> -------------------------------------------------
>
>                 Key: ARQ-30
>                 URL: https://jira.jboss.org/jira/browse/ARQ-30
>             Project: Arquillian
>          Issue Type: Task
>            Reporter: Aslak
>
> The API @Deployment should have some smart auto packaging options to help package the test
> - Add The TestCase itself
> - Add the TestCase package recursively
> - Add Resources in TestCase package ?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list