org.apache.myfaces.tobago.util
Class Parameterized

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.junit.runners.ParentRunner<Runner>
          extended by org.junit.runners.Suite
              extended by org.apache.myfaces.tobago.util.Parameterized
All Implemented Interfaces:
Describable, Filterable, Sortable

public class Parameterized
extends Suite

XXX remove when JUnit implemented this feature This class will be obsolete if this feature request for JUnit is resolved: http://github.com/KentBeck/junit/issues/#issue/44


Nested Class Summary
static class Parameterized.ClassRunnerForParameters
           
static interface Parameterized.Parameters
           
 
Nested classes/interfaces inherited from class org.junit.runners.Suite
Suite.SuiteClasses
 
Constructor Summary
Parameterized(Class<?> clazz)
           
 
Method Summary
 
Methods inherited from class org.junit.runners.Suite
describeChild, emptySuite, getChildren, runChild
 
Methods inherited from class org.junit.runners.ParentRunner
childrenInvoker, classBlock, collectInitializationErrors, filter, getDescription, getName, getTestClass, run, 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

Parameterized

public Parameterized(Class<?> clazz)
              throws Exception
Throws:
Exception


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.