com.tngtech.jgiven.impl.util
Class ScenarioUtil

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

public class ScenarioUtil
extends Object


Constructor Summary
ScenarioUtil()
           
 
Method Summary
static List<NamedArgument> mapArgumentsWithParameterNames(AccessibleObject contructorOrMethod, List<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 List<NamedArgument> mapArgumentsWithParameterNames(AccessibleObject contructorOrMethod,
                                                                 List<Object> arguments)
Throws:
NullPointerException - iif constructorOrMethod is null


Copyright © 2014 TNG Technology Consulting. All rights reserved.