Uses of Class
com.tngtech.jgiven.impl.intercept.InvocationMode

Packages that use InvocationMode
com.tngtech.jgiven.impl.intercept   
com.tngtech.jgiven.report.model   
 

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

Methods in com.tngtech.jgiven.impl.intercept that return InvocationMode
static InvocationMode InvocationMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InvocationMode[] InvocationMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.tngtech.jgiven.impl.intercept with parameters of type InvocationMode
 void StepMethodHandler.handleMethod(Object targetObject, Method paramMethod, Object[] arguments, InvocationMode mode)
           
 void ScenarioListener.stepMethodInvoked(Method method, List<NamedArgument> arguments, InvocationMode mode)
           
 void NoOpScenarioListener.stepMethodInvoked(Method method, List<NamedArgument> arguments, InvocationMode mode)
           
 

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

Methods in com.tngtech.jgiven.report.model with parameters of type InvocationMode
 void ReportModelBuilder.addStepMethod(Method paramMethod, List<NamedArgument> arguments, InvocationMode mode)
           
 void ReportModelBuilder.stepMethodInvoked(Method paramMethod, List<NamedArgument> arguments, InvocationMode mode)
           
 



Copyright © 2014 TNG Technology Consulting. All rights reserved.