-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
TestEnrichers should be extended to support method argument injection.
@Test public void shouldBeAbleToInjectArguments(@Resource, @EJB, MyCDIBean) throws Exception { }
e.g:
public interface TestEnricher { /** * Extension point to add features to the test method arguments. * * IE. Argument injection * * @param method * @return Object[] that match the Field[] indexes. Return null at a specific index value if it can't be handeled. */ Object[] resolve(Method method); }
- is blocked by
-
ARQ-69 Redesign the test framework adaptor
- Closed