org.junitext.runners
Class AnnotationRunner

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.junit.internal.runners.TestClassRunner
          extended by org.junitext.runners.AnnotationRunner
All Implemented Interfaces:
org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

public class AnnotationRunner
extends org.junit.internal.runners.TestClassRunner

Test runner which supports annotation handling.


Constructor Summary
AnnotationRunner(java.lang.Class<?> clazz)
           
 
Method Summary
 
Methods inherited from class org.junit.internal.runners.TestClassRunner
filter, getDescription, run, sort
 
Methods inherited from class org.junit.runner.Runner
testCount
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationRunner

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