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 Object


Constructor Summary
OutcomesTable.Outcome(String description, T value, org.hamcrest.Matcher<T> matcher)
           
 
Method Summary
 String getDescription()
           
 org.hamcrest.Matcher<T> getMatcher()
           
 T getValue()
           
 boolean isVerified()
           
 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(String description,
                             T value,
                             org.hamcrest.Matcher<T> matcher)
Method Detail

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.