|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbehave.core.model.OutcomesTable
public class OutcomesTable
| Nested Class Summary | |
|---|---|
static class |
OutcomesTable.Outcome<T>
|
static class |
OutcomesTable.OutcomesFailed
|
| Constructor Summary | |
|---|---|
OutcomesTable()
|
|
| Method Summary | ||
|---|---|---|
|
addOutcome(String description,
T value,
org.hamcrest.Matcher<T> matcher)
|
|
UUIDExceptionWrapper |
failureCause()
|
|
List<OutcomesTable.Outcome<?>> |
getFailedOutcomes()
|
|
List<String> |
getOutcomeFields()
|
|
List<OutcomesTable.Outcome<?>> |
getOutcomes()
|
|
String |
toString()
|
|
void |
verify()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OutcomesTable()
| Method Detail |
|---|
public <T> void addOutcome(String description,
T value,
org.hamcrest.Matcher<T> matcher)
public void verify()
public UUIDExceptionWrapper failureCause()
public List<OutcomesTable.Outcome<?>> getOutcomes()
public List<OutcomesTable.Outcome<?>> getFailedOutcomes()
public List<String> getOutcomeFields()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||