public class OutcomesTable
extends java.lang.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,
java.lang.String dateFormat) |
Modifier and Type | Method and Description |
---|---|
<T> void |
addOutcome(java.lang.String description,
T value,
org.hamcrest.Matcher<T> matcher) |
java.lang.String |
asString() |
UUIDExceptionWrapper |
failureCause() |
java.lang.String |
getDateFormat() |
java.util.List<OutcomesTable.Outcome<?>> |
getFailedOutcomes() |
java.util.List<java.lang.String> |
getOutcomeFields() |
java.util.List<OutcomesTable.Outcome<?>> |
getOutcomes() |
java.lang.String |
toString() |
void |
verify() |
public OutcomesTable()
public OutcomesTable(Keywords keywords)
public OutcomesTable(Keywords keywords, java.lang.String dateFormat)
public <T> void addOutcome(java.lang.String description, T value, org.hamcrest.Matcher<T> matcher)
public void verify()
public UUIDExceptionWrapper failureCause()
public java.util.List<OutcomesTable.Outcome<?>> getOutcomes()
public java.util.List<OutcomesTable.Outcome<?>> getFailedOutcomes()
public java.util.List<java.lang.String> getOutcomeFields()
public java.lang.String getDateFormat()
public java.lang.String asString()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2003-2014. All Rights Reserved.