org.jbehave.core.model
Class OutcomesTable.Outcome<T>

java.lang.Object
  extended by org.jbehave.core.model.OutcomesTable.Outcome<T>
Enclosing class:
OutcomesTable

public static class OutcomesTable.Outcome<T>
extends java.lang.Object


Constructor Summary
OutcomesTable.Outcome(java.lang.String description, T value, org.hamcrest.Matcher<T> matcher)
           
 
Method Summary
 java.lang.String getDescription()
           
 org.hamcrest.Matcher<T> getMatcher()
           
 T getValue()
           
 boolean isVerified()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutcomesTable.Outcome

public OutcomesTable.Outcome(java.lang.String description,
                             T value,
                             org.hamcrest.Matcher<T> matcher)
Method Detail

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.