|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
void |
ScenarioListener.stepMethodInvoked(Method method,
List<NamedArgument> arguments,
InvocationMode mode)
|
void |
NoOpScenarioListener.stepMethodInvoked(Method method,
List<NamedArgument> arguments,
InvocationMode mode)
|
| 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.mapArgumentsWithParameterNames(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.addStepMethod(Method paramMethod,
List<NamedArgument> arguments,
InvocationMode mode)
|
void |
ReportModelBuilder.scenarioStarted(Method method,
List<NamedArgument> namedArguments)
|
void |
ReportModelBuilder.stepMethodInvoked(Method paramMethod,
List<NamedArgument> arguments,
InvocationMode mode)
|
| Constructor parameters in com.tngtech.jgiven.report.model with type arguments of type NamedArgument | |
|---|---|
StepFormatter(String stepDescription,
List<NamedArgument> arguments,
List<StepFormatter.Formatting<?>> formatters)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||