public class EventBusInterface
extends java.lang.Object
| Constructor and Description |
|---|
EventBusInterface() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
aStepHasFailed() |
void |
disableSoftAsserts() |
void |
enableSoftAsserts() |
int |
getStepCount() |
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) |
void |
updateOverallResult() |
public void reportStepFailureFor(Performable todo, java.lang.Throwable e)
public <T> void reportStepFailureFor(Consequence<T> consequence, java.lang.Throwable e)
public int getStepCount()
public void mergePreviousStep()
public void updateOverallResult()
public void startQuestion(java.lang.String title)
public void reportStepFinished()
public void reportStepIgnored()
public void reportStepSkippedFor(Performable todo)
public boolean aStepHasFailed()
public boolean shouldIgnoreConsequences()
public void enableSoftAsserts()
public void disableSoftAsserts()