Uses of Interface
org.jboss.arquillian.test.spi.TestEnricher
Packages that use TestEnricher
-
Uses of TestEnricher in org.jboss.arquillian.test.spi.execution
Method parameters in org.jboss.arquillian.test.spi.execution with type arguments of type TestEnricherModifier and TypeMethodDescriptionstatic Object[]ExecUtils.enrichArguments(Method method, Collection<TestEnricher> enrichers) Generate the enriched the method arguments of a method call.
The Object[] index will match the method parameterType[] index.