org.junit.runners
Class Enclosed

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.junit.internal.runners.CompositeRunner
          extended by org.junit.runners.Suite
              extended by org.junit.runners.Enclosed
All Implemented Interfaces:
Filterable, Sortable

public class Enclosed
extends Suite


Nested Class Summary
 
Nested classes/interfaces inherited from class org.junit.runners.Suite
Suite.SuiteClasses
 
Constructor Summary
Enclosed(java.lang.Class<?> klass)
           
 
Method Summary
 
Methods inherited from class org.junit.runners.Suite
run, validate
 
Methods inherited from class org.junit.internal.runners.CompositeRunner
add, addAll, filter, getDescription, getName, getRunners, runChildren, sort
 
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

Enclosed

public Enclosed(java.lang.Class<?> klass)
         throws org.junit.internal.runners.InitializationError
Throws:
org.junit.internal.runners.InitializationError