public static class TemplateableOutput.OutputLifecycle extends Object
Constructor and Description |
---|
OutputLifecycle(Lifecycle lifecycle) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAfterSteps() |
List<String> |
getAfterSteps(AfterScenario.Outcome outcome) |
List<String> |
getAfterSteps(AfterScenario.Outcome outcome,
Meta meta) |
List<String> |
getAfterSteps(Scope scope) |
List<String> |
getAfterSteps(Scope scope,
AfterScenario.Outcome outcome) |
List<String> |
getBeforeSteps() |
List<String> |
getBeforeSteps(Scope scope) |
MetaFilter |
getMetaFilter(AfterScenario.Outcome outcome) |
Set<AfterScenario.Outcome> |
getOutcomes() |
Set<Scope> |
getScopes() |
boolean |
hasAfterSteps() |
boolean |
hasBeforeSteps() |
public OutputLifecycle(Lifecycle lifecycle)
public boolean hasBeforeSteps()
public boolean hasAfterSteps()
public List<String> getAfterSteps(Scope scope, AfterScenario.Outcome outcome)
public Set<AfterScenario.Outcome> getOutcomes()
public MetaFilter getMetaFilter(AfterScenario.Outcome outcome)
public List<String> getAfterSteps(AfterScenario.Outcome outcome)
public List<String> getAfterSteps(AfterScenario.Outcome outcome, Meta meta)
Copyright © 2003–2021. All rights reserved.