|
||||||||||
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.FrameworkMethodWithArgs
public class FrameworkMethodWithArgs
A FrameworkMethod
that knows about a fixed set of parameters passed into
FrameworkMethod.invokeExplosively(Object, Object...)
Method Summary | |
---|---|
Object |
invokeExplosively(Object target,
Object... parameterValues)
|
static List<FrameworkMethodWithArgs> |
of(Method method)
|
String |
toString()
|
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, wait, wait, wait |
Method Detail |
---|
public static List<FrameworkMethodWithArgs> of(Method method)
FrameworkMethodWithArgs
that need to be
called for this method.public Object invokeExplosively(Object target, Object... parameterValues) throws Throwable
invokeExplosively
in class org.junit.runners.model.FrameworkMethod
Throwable
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |