Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-639

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

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Obsolete
    • Icon: Major Major
    • 2.0.0.Beta1
    • 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.

            Unassigned Unassigned
            dpospisil Dominik Pospisil (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: