Class ExecUtils
java.lang.Object
org.jboss.arquillian.test.spi.execution.ExecUtils
A utility class that provides methods for enriching method arguments.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Object[]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.
-
Constructor Details
-
ExecUtils
public ExecUtils()
-
-
Method Details
-
enrichArguments
Generate the enriched the method arguments of a method call.
The Object[] index will match the method parameterType[] index.- Returns:
- the enriched argument values to use
-