org.javalite.test.jspec
Class DifferenceExpectation<T>

java.lang.Object
  extended by org.javalite.test.jspec.DifferenceExpectation<T>

public abstract class DifferenceExpectation<T>
extends Object

Author:
Igor Polevoy

Constructor Summary
DifferenceExpectation(T expected)
           
 
Method Summary
abstract  T exec()
           
protected  T getExpected()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DifferenceExpectation

public DifferenceExpectation(T expected)
Method Detail

getExpected

protected T getExpected()

exec

public abstract T exec()


Copyright © 2015 JavaLite. All rights reserved.