org.junit.runners
Class Enclosed

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.junit.internal.runners.TestClassRunner
          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
 
Field Summary
 
Fields inherited from class org.junit.internal.runners.TestClassRunner
fEnclosedRunner
 
Constructor Summary
Enclosed(java.lang.Class<?> klass)
           
 
Method Summary
 
Methods inherited from class org.junit.internal.runners.TestClassRunner
filter, getDescription, getTestClass, run, sort, validate
 
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