public class EventBusInterface extends Object
| Constructor and Description |
|---|
EventBusInterface() |
| Modifier and Type | Method and Description |
|---|---|
void |
assignAbilityToActor(Actor actor,
String ability) |
void |
assignFactToActor(Actor actor,
String fact) |
boolean |
aStepHasFailed() |
boolean |
aStepHasFailedInTheCurrentExample() |
static void |
castActor(String name) |
void |
disableSoftAsserts() |
void |
enableSoftAsserts() |
Optional<FailureCause> |
failureCause() |
void |
finishQuestion() |
FailureCause |
getFailureCause() |
int |
getRunningStepCount() |
boolean |
isBaseStepListenerRegistered() |
void |
mergePreviousStep() |
<T> void |
reportStepFailureFor(Consequence<T> consequence,
Throwable e) |
void |
reportStepFailureFor(Performable todo,
Throwable e) |
void |
reportStepFinished() |
void |
reportStepIgnored() |
void |
reportStepSkippedFor(Performable todo) |
boolean |
shouldIgnoreConsequences() |
void |
startQuestion(String title) |
boolean |
stepsAreRunning() |
void |
updateOverallResult() |
public static void castActor(String name)
public void reportStepFailureFor(Performable todo, Throwable e)
public <T> void reportStepFailureFor(Consequence<T> consequence, Throwable e)
public int getRunningStepCount()
public void mergePreviousStep()
public void updateOverallResult()
public void startQuestion(String title)
public void finishQuestion()
public void reportStepFinished()
public void reportStepIgnored()
public void reportStepSkippedFor(Performable todo)
public boolean isBaseStepListenerRegistered()
public boolean aStepHasFailed()
public boolean aStepHasFailedInTheCurrentExample()
public FailureCause getFailureCause()
public Optional<FailureCause> failureCause()
public boolean shouldIgnoreConsequences()
public void enableSoftAsserts()
public void disableSoftAsserts()
public boolean stepsAreRunning()
Copyright © 2021. All rights reserved.