com.tngtech.jgiven.impl.util
Class ScenarioUtil

java.lang.Object
  extended by com.tngtech.jgiven.impl.util.ScenarioUtil

public class ScenarioUtil
extends java.lang.Object


Constructor Summary
ScenarioUtil()
           
 
Method Summary
static java.util.List<NamedArgument> mapArgumentsWithParameterNames(java.lang.reflect.AccessibleObject contructorOrMethod, java.util.List<java.lang.Object> arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScenarioUtil

public ScenarioUtil()
Method Detail

mapArgumentsWithParameterNames

public static java.util.List<NamedArgument> mapArgumentsWithParameterNames(java.lang.reflect.AccessibleObject contructorOrMethod,
                                                                           java.util.List<java.lang.Object> arguments)
Throws:
java.lang.NullPointerException - iif constructorOrMethod is null