[arquillian-issues] [JBoss JIRA] (ARQ-729) Do not replace TestNG provided method parameters with values from TestEnrichers

Dan Spasojevic (JIRA) jira-events at lists.jboss.org
Fri Jan 20 08:00:18 EST 2012


Dan Spasojevic created ARQ-729:
----------------------------------

             Summary: Do not replace TestNG provided method parameters with values from TestEnrichers
                 Key: ARQ-729
                 URL: https://issues.jboss.org/browse/ARQ-729
             Project: Arquillian
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Test Harness Integration
    Affects Versions: 1.0.0.CR7
         Environment: shrinkwrap 1.0.0-cr-1
arquillian 1.0.0.CR7
jboss AS 7 remote arquillian container 7.1.0CR1b
testng 6.3.1
            Reporter: Dan Spasojevic


At the moment, Arquillian with always replace values provided by TestNG @DataProviders and [TestNG basic injection|http://testng.org/doc/documentation-main.html#dependency-injection] with values produced by TestEnricher+resolve(Method):Object[].

This means that test methods will not receive values produced by the @DataProvider if they are also produced by a TestEnricher.

It would be desirable if enrichment was only done if too few values are provided by TestNG.

--
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