Class ExecUtils

java.lang.Object
org.jboss.arquillian.test.spi.execution.ExecUtils

public class ExecUtils extends Object
A utility class that provides methods for enriching method arguments.
  • Constructor Details

    • ExecUtils

      public ExecUtils()
  • Method Details

    • enrichArguments

      public static 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.
      Returns:
      the enriched argument values to use