junitparams
Class InvokeParameterisedMethod
java.lang.Object
org.junit.runners.model.Statement
junitparams.InvokeParameterisedMethod
public class InvokeParameterisedMethod
- extends org.junit.runners.model.Statement
JUnit invoker for parameterised test methods
- Author:
- Pawel Lipinski
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvokeParameterisedMethod
public InvokeParameterisedMethod(org.junit.runners.model.FrameworkMethod testMethod,
Object testClass,
Object params,
int paramSetIdx)
getParamsAsString
public String getParamsAsString()
evaluate
public void evaluate()
throws Throwable
- Specified by:
evaluate
in class org.junit.runners.model.Statement
- Throws:
Throwable
Copyright © 2012 Pragmatists. All Rights Reserved.