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