org.javalite.test.jspec
Class ExceptionExpectation<T>
java.lang.Object
org.javalite.test.jspec.ExceptionExpectation<T>
public abstract class ExceptionExpectation<T>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionExpectation
public ExceptionExpectation(Class<T> clazz)
exec
public abstract void exec()
throws Exception
- Throws:
Exception
getClazz
public Class<T> getClazz()
Copyright © 2015 JavaLite. All rights reserved.