Uses of Class
com.tngtech.jgiven.impl.NamedArgument

Packages that use NamedArgument
com.tngtech.jgiven.impl   
com.tngtech.jgiven.impl.intercept   
com.tngtech.jgiven.impl.util   
com.tngtech.jgiven.report.model   
 

Uses of NamedArgument in com.tngtech.jgiven.impl
 

Method parameters in com.tngtech.jgiven.impl with type arguments of type NamedArgument
 void ScenarioExecutor.startScenario(Method method, List<NamedArgument> arguments)
          Starts the scenario with the given method and arguments.
 

Uses of NamedArgument in com.tngtech.jgiven.impl.intercept
 

Method parameters in com.tngtech.jgiven.impl.intercept with type arguments of type NamedArgument
 void ScenarioListener.scenarioStarted(Method method, List<NamedArgument> arguments)
           
 void NoOpScenarioListener.scenarioStarted(Method method, List<NamedArgument> arguments)
           
 

Uses of NamedArgument in com.tngtech.jgiven.impl.util
 

Methods in com.tngtech.jgiven.impl.util that return types with arguments of type NamedArgument
static List<NamedArgument> ScenarioUtil.mapArgumentsWithParameterNamesOf(AccessibleObject contructorOrMethod, List<Object> arguments)
           
 

Uses of NamedArgument in com.tngtech.jgiven.report.model
 

Method parameters in com.tngtech.jgiven.report.model with type arguments of type NamedArgument
 void ReportModelBuilder.scenarioStarted(Method method, List<NamedArgument> namedArguments)
           
 



Copyright © 2014 TNG Technology Consulting. All rights reserved.