public abstract class ExceptionExpectation<T> extends Object
ExceptionExpectation(Class<T> clazz)
abstract void
exec()
Class<T>
getClazz()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExceptionExpectation(Class<T> clazz)
public abstract void exec() throws Exception
Exception
public Class<T> getClazz()
Copyright © 2019 JavaLite. All rights reserved.