|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StepResult | |
---|---|
org.jbehave.core.steps |
Uses of StepResult in org.jbehave.core.steps |
---|
Subclasses of StepResult in org.jbehave.core.steps | |
---|---|
static class |
StepResult.Failed
|
static class |
StepResult.Ignorable
|
static class |
StepResult.NotPerformed
|
static class |
StepResult.Pending
|
static class |
StepResult.Success
|
class |
Steps.SilentStepResult
|
Methods in org.jbehave.core.steps that return StepResult | |
---|---|
StepResult |
Step.doNotPerform()
|
StepResult |
PendingStep.doNotPerform()
|
StepResult |
IgnorableStep.doNotPerform()
|
static StepResult |
StepResult.failure(java.lang.String step,
java.lang.Throwable e)
|
static StepResult |
StepResult.ignorable(java.lang.String step)
|
static StepResult |
StepResult.notPerformed(java.lang.String step)
|
static StepResult |
StepResult.pending(java.lang.String step)
|
static StepResult |
StepResult.pending(java.lang.String step,
PendingError e)
|
StepResult |
Step.perform()
|
StepResult |
PendingStep.perform()
|
StepResult |
IgnorableStep.perform()
|
static StepResult |
StepResult.success(java.lang.String step)
|
StepResult |
StepResult.withTranslatedText(java.lang.String translatedText)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |