public class OutcomesTable extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OutcomesTable.Outcome<T> |
static class |
OutcomesTable.OutcomesFailed |
Constructor and Description |
---|
OutcomesTable() |
OutcomesTable(Keywords keywords) |
OutcomesTable(Keywords keywords,
String dateFormat) |
Modifier and Type | Method and Description |
---|---|
<T> void |
addOutcome(String description,
T value,
<any> matcher) |
String |
asString() |
UUIDExceptionWrapper |
failureCause() |
String |
getDateFormat() |
List<OutcomesTable.Outcome<?>> |
getFailedOutcomes() |
List<String> |
getOutcomeFields() |
List<OutcomesTable.Outcome<?>> |
getOutcomes() |
String |
toString() |
void |
verify() |
public OutcomesTable()
public OutcomesTable(Keywords keywords)
public <T> void addOutcome(String description, T value, <any> matcher)
public void verify()
public UUIDExceptionWrapper failureCause()
public List<OutcomesTable.Outcome<?>> getOutcomes()
public List<OutcomesTable.Outcome<?>> getFailedOutcomes()
public String getDateFormat()
public String asString()
Copyright © 2003–2015. All rights reserved.