|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 paramMethod,
List<Object> arguments,
InvocationMode mode)
|
void |
NoOpScenarioListener.stepMethodInvoked(Method paramMethod,
List<Object> arguments,
InvocationMode mode)
|
| Uses of InvocationMode in com.tngtech.jgiven.report.model |
|---|
| Methods in com.tngtech.jgiven.report.model with parameters of type InvocationMode | |
|---|---|
StepModel |
ScenarioCaseModel.addStep(String name,
List<Word> words,
InvocationMode mode)
|
void |
ReportModelBuilder.addStepMethod(Method paramMethod,
List<Object> arguments,
InvocationMode mode)
|
void |
ReportModelBuilder.stepMethodInvoked(Method paramMethod,
List<Object> arguments,
InvocationMode mode)
|
void |
ReportModelBuilder.writeStep(String name,
List<Word> words,
InvocationMode mode)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||