com.xebialabs.deployit.integration.test
Class NiceParameterizedNames

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 com.xebialabs.deployit.integration.test.NiceParameterizedNames
All Implemented Interfaces:
org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

public class NiceParameterizedNames
extends org.junit.runners.Suite


Nested Class Summary
 
Nested classes/interfaces inherited from class org.junit.runners.Suite
org.junit.runners.Suite.SuiteClasses
 
Constructor Summary
NiceParameterizedNames(java.lang.Class<?> klass)
          Only called reflectively.
 
Method Summary
protected  java.util.List<org.junit.runner.Runner> getChildren()
           
 
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

NiceParameterizedNames

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

Throws:
java.lang.Throwable
Method Detail

getChildren

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