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

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

public abstract class ExceptionExpectation<T>
extends Object


Constructor Summary
ExceptionExpectation(Class<T> clazz)
           
 
Method Summary
abstract  void exec()
           
 Class<T> getClazz()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionExpectation

public ExceptionExpectation(Class<T> clazz)
Method Detail

exec

public abstract void exec()
                   throws Exception
Throws:
Exception

getClazz

public Class<T> getClazz()


Copyright © 2015 JavaLite. All rights reserved.