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 java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OutcomesTable.Outcome
public OutcomesTable.Outcome(java.lang.String description,
T value,
org.hamcrest.Matcher<T> matcher)
getDescription
public java.lang.String getDescription()
getValue
public T getValue()
getMatcher
public org.hamcrest.Matcher<T> getMatcher()
isVerified
public boolean isVerified()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2003-2010. All Rights Reserved.