org.unitils
Class UnitilsParameterized

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.junit.runners.ParentRunner<org.junit.runner.Runner>
          extended by org.junit.runners.Suite
              extended by org.unitils.UnitilsParameterized
All Implemented Interfaces:
org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

public class UnitilsParameterized
extends org.junit.runners.Suite

Parameterized runner.

Since:
3.4
Author:
Jeroen Horemans, Thomas De Rycke, Willemijn Wouters

Nested Class Summary
protected  class UnitilsParameterized.TestClassRunnerForParameters
          TestClassRunnerForParameters.
protected static class UnitilsParameterized.UnitilsMethodValidator
          UnitilsMethodValidator.
 
Nested classes/interfaces inherited from class org.junit.runners.Suite
org.junit.runners.Suite.SuiteClasses
 
Constructor Summary
UnitilsParameterized(Class<?> klass)
          Only called reflectively.
 
Method Summary
protected  List<org.junit.runner.Runner> getChildren()
           
protected  org.junit.runners.model.FrameworkMethod getParametersMethod(org.junit.runners.model.TestClass testClass)
           
 
Methods inherited from class org.junit.runners.Suite
describeChild, emptySuite, runChild
 
Methods inherited from class org.junit.runners.ParentRunner
childrenInvoker, classBlock, classRules, collectInitializationErrors, filter, getDescription, getName, getRunnerAnnotations, getTestClass, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses
 
Methods inherited from class org.junit.runner.Runner
testCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnitilsParameterized

public UnitilsParameterized(Class<?> klass)
                     throws Throwable
Only called reflectively. Do not use programmatically.

Parameters:
klass -
Throws:
Throwable
Method Detail

getParametersMethod

protected org.junit.runners.model.FrameworkMethod getParametersMethod(org.junit.runners.model.TestClass testClass)
                                                               throws Exception
Parameters:
testClass -
Returns:
Throws:
Exception

getChildren

protected List<org.junit.runner.Runner> getChildren()
Overrides:
getChildren in class org.junit.runners.Suite
See Also:
Suite.getChildren()


Copyright © 2014. All Rights Reserved.