-
Feature Request
-
Resolution: Unresolved
-
Major
-
1.0.0.CR7
-
None
At the moment, Arquillian with always replace values provided by TestNG @DataProviders and TestNG basic 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.