[
https://issues.jboss.org/browse/ARQ-2181?page=com.atlassian.jira.plugin.s...
]
Vlastislav Ramik updated ARQ-2181:
----------------------------------
Description:
In case you have registered a custom implementation of DeploymentScenarioGenerator you
cannot guarantee the order of execution here:
https://github.com/arquillian/arquillian-core/commit/af9f07060f81db062db8...
In my case the custom implementation is executed first (on empty list of deployments) and
then is executed AutomaticDeploymentScenarioGenerator which creates a list of deployments
based on @Deployment annotation in testClass
I would need the opposite way.
was:
In case you have registered a custom implementation of DeploymentScenarioGenerator you
cannot guarantee the order of execution here:
https://github.com/arquillian/arquillian-core/commit/af9f07060f81db062db8...
In my case the custom implementation is executed first (on empty list of deployments) and
then is executed AutomaticDeploymentScenarioGenerator which creates a list of deployments
based on @Deployment annotation in testClass
I would need to opposite way.
Cannot specify the order of generating deployments
--------------------------------------------------
Key: ARQ-2181
URL:
https://issues.jboss.org/browse/ARQ-2181
Project: Arquillian
Issue Type: Bug
Affects Versions: 1.4.0.Final
Reporter: Vlastislav Ramik
In case you have registered a custom implementation of DeploymentScenarioGenerator you
cannot guarantee the order of execution here:
https://github.com/arquillian/arquillian-core/commit/af9f07060f81db062db8...
In my case the custom implementation is executed first (on empty list of deployments) and
then is executed AutomaticDeploymentScenarioGenerator which creates a list of deployments
based on @Deployment annotation in testClass
I would need the opposite way.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)