org.jbehave.core.model
Class OutcomesTable.Outcome<T>
java.lang.Object
org.jbehave.core.model.OutcomesTable.Outcome<T>
- Enclosing class:
- OutcomesTable
public static class OutcomesTable.Outcome<T>
- extends Object
OutcomesTable.Outcome
public OutcomesTable.Outcome(String description,
T value,
org.hamcrest.Matcher<T> matcher)
getDescription
public String getDescription()
getValue
public T getValue()
getMatcher
public org.hamcrest.Matcher<T> getMatcher()
isVerified
public boolean isVerified()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2003-2012. All Rights Reserved.