-
Feature Request
-
Resolution: Obsolete
-
Major
-
1.0.0.CR5
-
None
-
None
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.
- relates to
-
ARQ-645 @ArquillianResource @OperatesOnDeployment("foo") URL; for multiple containers
- Closed