Save This Page
Home » JUnit-4.7 » org.junit.internal.runners » [javadoc | source]
org.junit.internal.runners
public class: JUnit38ClassRunner [javadoc | source]
java.lang.Object
   org.junit.runner.Runner
      org.junit.internal.runners.JUnit38ClassRunner

All Implemented Interfaces:
    Filterable, Sortable, Describable

Direct Known Subclasses:
    SuiteMethod, AllTests

Constructor:
 public JUnit38ClassRunner(Class<?> klass) 
 public JUnit38ClassRunner(Test test) 
Method from org.junit.internal.runners.JUnit38ClassRunner Summary:
createAdaptingListener,   filter,   getDescription,   run,   sort
Methods from org.junit.runner.Runner:
getDescription,   run,   testCount
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.junit.internal.runners.JUnit38ClassRunner Detail:
 public TestListener createAdaptingListener(RunNotifier notifier) 
 public  void filter(Filter filter) throws NoTestsRemainException 
 public Description getDescription() 
 public  void run(RunNotifier notifier) 
 public  void sort(Sorter sorter)