|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.junit.runners.model.FrameworkMethod net.sf.twip.internal.FailedFrameworkMethod
public class FailedFrameworkMethod
A dummy FrameworkMethod
that just throws an exception on
FrameworkMethod.invokeExplosively(Object, Object...)
Constructor Summary | |
---|---|
FailedFrameworkMethod(Method method,
Throwable throwable)
|
Method Summary | |
---|---|
Object |
invokeExplosively(Object target,
Object... params)
|
Methods inherited from class org.junit.runners.model.FrameworkMethod |
---|
equals, getAnnotation, getAnnotations, getMethod, getName, hashCode, producesType, validatePublicVoid, validatePublicVoidNoArg |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FailedFrameworkMethod(Method method, Throwable throwable)
Method Detail |
---|
public Object invokeExplosively(Object target, Object... params) throws Throwable
invokeExplosively
in class org.junit.runners.model.FrameworkMethod
Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |