org.jbehave.core.model
Class OutcomesTable
java.lang.Object
org.jbehave.core.model.OutcomesTable
public class OutcomesTable
- extends Object
OutcomesTable
public OutcomesTable()
OutcomesTable
public OutcomesTable(Keywords keywords)
OutcomesTable
public OutcomesTable(Keywords keywords,
String dateFormat)
addOutcome
public <T> void addOutcome(String description,
T value,
org.hamcrest.Matcher<T> matcher)
verify
public void verify()
failureCause
public UUIDExceptionWrapper failureCause()
getOutcomes
public List<OutcomesTable.Outcome<?>> getOutcomes()
getFailedOutcomes
public List<OutcomesTable.Outcome<?>> getFailedOutcomes()
getOutcomeFields
public List<String> getOutcomeFields()
getDateFormat
public String getDateFormat()
asString
public String asString()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2003-2012. All Rights Reserved.