public class UnitilsStepCreator.StepCreatorBeforeOrAfterStep
extends org.jbehave.core.steps.StepCreator.AbstractStep
StepCreator. But before| Modifier and Type | Class and Description |
|---|---|
class |
UnitilsStepCreator.StepCreatorBeforeOrAfterStep.UUIDExceptionWrapperInjector
ParameterConverters.ParameterConverter for UUIDExceptions. |
| Constructor and Description |
|---|
UnitilsStepCreator.StepCreatorBeforeOrAfterStep(Method method,
org.jbehave.core.model.Meta meta)
Constructor.
|
UnitilsStepCreator.StepCreatorBeforeOrAfterStep(Method method,
org.jbehave.core.model.Meta meta,
org.jbehave.core.steps.BeforeOrAfterStep step)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.jbehave.core.steps.StepResult |
doNotPerform(org.jbehave.core.failures.UUIDExceptionWrapper storyFailureIfItHappened)
Do not perform
UUIDExceptionWrapper |
org.jbehave.core.model.Meta |
getMeta()
getter meta.
|
Method |
getMethod()
getter method.
|
protected org.jbehave.core.steps.ParameterConverters |
paramConvertersWithExceptionInjector(org.jbehave.core.failures.UUIDExceptionWrapper storyFailureIfItHappened)
Add a new
ParameterConverters.ParameterConverter |
org.jbehave.core.steps.StepResult |
perform(org.jbehave.core.failures.UUIDExceptionWrapper storyFailureIfItHappened)
invoke the method from the step.
|
public UnitilsStepCreator.StepCreatorBeforeOrAfterStep(Method method, org.jbehave.core.model.Meta meta)
method - : the methodmeta - : The Meta used by the story.public UnitilsStepCreator.StepCreatorBeforeOrAfterStep(Method method, org.jbehave.core.model.Meta meta, org.jbehave.core.steps.BeforeOrAfterStep step)
method - : the methodmeta - : The Meta used by the story.step - : a BeforeOrAfterSteppublic org.jbehave.core.steps.StepResult perform(org.jbehave.core.failures.UUIDExceptionWrapper storyFailureIfItHappened)
storyFailureIfItHappened - : the failureStepResultStep.perform(org.jbehave.core.failures.UUIDExceptionWrapper)protected org.jbehave.core.steps.ParameterConverters paramConvertersWithExceptionInjector(org.jbehave.core.failures.UUIDExceptionWrapper storyFailureIfItHappened)
ParameterConverters.ParameterConverterstoryFailureIfItHappened - : the failureParameterConverterspublic org.jbehave.core.steps.StepResult doNotPerform(org.jbehave.core.failures.UUIDExceptionWrapper storyFailureIfItHappened)
UUIDExceptionWrapperstoryFailureIfItHappened - : the failureStepResultStep.doNotPerform(org.jbehave.core.failures.UUIDExceptionWrapper)public org.jbehave.core.model.Meta getMeta()
MetaCopyright © 2015. All Rights Reserved.