[arquillian-issues] [JBoss JIRA] (ARQ-639) Add ability to postpone initialization of non-managed deployments annotated @Deployment(managed=false)

Dominik Pospisil (Created) (JIRA) jira-events at lists.jboss.org
Tue Oct 25 07:57:45 EDT 2011


Add ability to postpone initialization of non-managed deployments annotated @Deployment(managed=false)
------------------------------------------------------------------------------------------------------

                 Key: ARQ-639
                 URL: https://issues.jboss.org/browse/ARQ-639
             Project: Arquillian
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
    Affects Versions: 1.0.0.CR5
            Reporter: Dominik Pospisil


Currently deployments annotated using @Deployment(managed=false) are initialized prior to test case execution (EventTestRunnerAdaptor.beforeClass:80). Some test scenarios require that the initialization of the deployment is postponed until the actual deployment is performed using Deployer.deploy() call.

It would be nice if the @Deploymnent(managed=false) method is called during Deployer.deploy() call by default or if there is an option to specify when the initialization should be performed.

This way the content of the deployment may be constructed / updated during test case runtime using information which may not be available before test execution.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list