junitparams
Class InvokeParameterisedMethod

java.lang.Object
  extended by org.junit.runners.model.Statement
      extended by junitparams.InvokeParameterisedMethod

public class InvokeParameterisedMethod
extends org.junit.runners.model.Statement

JUnit invoker for parameterised test methods

Author:
Pawel Lipinski

Constructor Summary
InvokeParameterisedMethod(org.junit.runners.model.FrameworkMethod testMethod, Object testClass, Object params, int paramSetIdx)
           
 
Method Summary
 void evaluate()
           
 String getParamsAsString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokeParameterisedMethod

public InvokeParameterisedMethod(org.junit.runners.model.FrameworkMethod testMethod,
                                 Object testClass,
                                 Object params,
                                 int paramSetIdx)
Method Detail

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.