protected class UnitilsStepCreator.UnitilsUponSuccessStep
extends org.jbehave.core.steps.StepCreator.UponSuccessStep
AfterScenario.Outcome you can define when this scenario step should be invoked.
This method will only run when there is a previous step that succeeds.| Constructor and Description |
|---|
UnitilsStepCreator.UnitilsUponSuccessStep(Method method,
org.jbehave.core.model.Meta storyAndScenarioMeta) |
UnitilsStepCreator.UnitilsUponSuccessStep(Method method,
org.jbehave.core.model.Meta storyAndScenarioMeta,
org.jbehave.core.steps.BeforeOrAfterStep step) |
| Modifier and Type | Method and Description |
|---|---|
String |
asString(org.jbehave.core.configuration.Keywords keywords) |
org.jbehave.core.steps.StepResult |
doNotPerform(org.jbehave.core.failures.UUIDExceptionWrapper storyFailureIfItHappened) |
org.jbehave.core.steps.StepResult |
perform(org.jbehave.core.failures.UUIDExceptionWrapper storyFailureIfItHappened) |
public UnitilsStepCreator.UnitilsUponSuccessStep(Method method, org.jbehave.core.model.Meta storyAndScenarioMeta, org.jbehave.core.steps.BeforeOrAfterStep step)
method - storyAndScenarioMeta - step - public UnitilsStepCreator.UnitilsUponSuccessStep(Method method, org.jbehave.core.model.Meta storyAndScenarioMeta)
method - storyAndScenarioMeta - public org.jbehave.core.steps.StepResult doNotPerform(org.jbehave.core.failures.UUIDExceptionWrapper storyFailureIfItHappened)
doNotPerform in interface org.jbehave.core.steps.StepdoNotPerform in class org.jbehave.core.steps.StepCreator.UponSuccessSteppublic org.jbehave.core.steps.StepResult perform(org.jbehave.core.failures.UUIDExceptionWrapper storyFailureIfItHappened)
perform in interface org.jbehave.core.steps.Stepperform in class org.jbehave.core.steps.StepCreator.UponSuccessSteppublic String asString(org.jbehave.core.configuration.Keywords keywords)
asString in interface org.jbehave.core.steps.StepasString in class org.jbehave.core.steps.StepCreator.UponSuccessStepCopyright © 2014. All Rights Reserved.