net.sf.twip.internal
Class FailedFrameworkMethod
java.lang.Object
org.junit.runners.model.FrameworkMethod
net.sf.twip.internal.FailedFrameworkMethod
public class FailedFrameworkMethod
- extends org.junit.runners.model.FrameworkMethod
A dummy FrameworkMethod
that just throws an exception on
FrameworkMethod.invokeExplosively(Object, Object...)
Constructor Summary |
FailedFrameworkMethod(java.lang.reflect.Method method,
java.lang.Throwable throwable)
|
Method Summary |
java.lang.Object |
invokeExplosively(java.lang.Object target,
java.lang.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 |
FailedFrameworkMethod
public FailedFrameworkMethod(java.lang.reflect.Method method,
java.lang.Throwable throwable)
invokeExplosively
public java.lang.Object invokeExplosively(java.lang.Object target,
java.lang.Object... params)
throws java.lang.Throwable
- Overrides:
invokeExplosively
in class org.junit.runners.model.FrameworkMethod
- Throws:
java.lang.Throwable
Copyright © 2010. All Rights Reserved.