org.jboss.arquillian.spi.util
Class TestEnrichers

java.lang.Object
  extended by org.jboss.arquillian.spi.util.TestEnrichers

public class TestEnrichers
extends Object

TestEnrichers Helper for enriching TestCase instances based on multiple TestEnrichers.

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
static Object[] enrich(Context context, Method method)
          Enrich the method arguments of a method call.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

enrich

public static Object[] enrich(Context context,
                              Method method)
Enrich the method arguments of a method call.
The Object[] index will match the method parameterType[] index.

Parameters:
method -
Returns:
the argument values


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.