public class Lifecycle extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Lifecycle.Steps |
Constructor and Description |
---|
Lifecycle() |
Lifecycle(Lifecycle.Steps before,
Lifecycle.Steps... after) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAfterSteps() |
List<String> |
getAfterSteps(AfterScenario.Outcome outcome) |
List<String> |
getBeforeSteps() |
Set<AfterScenario.Outcome> |
getOutcomes() |
boolean |
isEmpty() |
String |
toString() |
public static final Lifecycle EMPTY
public Lifecycle()
public Lifecycle(Lifecycle.Steps before, Lifecycle.Steps... after)
public Set<AfterScenario.Outcome> getOutcomes()
public List<String> getAfterSteps(AfterScenario.Outcome outcome)
public boolean isEmpty()
Copyright © 2003–2015. All rights reserved.