[
https://jira.jboss.org/jira/browse/ARQ-30?page=com.atlassian.jira.plugin....
]
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