public class

JUnit38ClassRunner

extends Runner
implements Filterable Sortable
java.lang.Object
   ↳ org.junit.runner.Runner
     ↳ org.junit.internal.runners.JUnit38ClassRunner
Known Direct Subclasses
Known Indirect Subclasses

Summary

Public Constructors
JUnit38ClassRunner(Class<?> klass)
JUnit38ClassRunner(Test test)
Public Methods
TestListener createAdaptingListener(RunNotifier notifier)
void filter(Filter filter)
Remove tests that don't pass the parameter filter.
Description getDescription()
void run(RunNotifier notifier)
Run the tests for this runner.
void sort(Sorter sorter)
Sorts the tests using sorter
[Expand]
Inherited Methods
From class org.junit.runner.Runner
From class java.lang.Object
From interface org.junit.runner.Describable
From interface org.junit.runner.manipulation.Filterable
From interface org.junit.runner.manipulation.Sortable

Public Constructors

public JUnit38ClassRunner (Class<?> klass)

public JUnit38ClassRunner (Test test)

Public Methods

public TestListener createAdaptingListener (RunNotifier notifier)

public void filter (Filter filter)

Remove tests that don't pass the parameter filter.

Parameters
filter the Filter to apply

public Description getDescription ()

public void run (RunNotifier notifier)

Run the tests for this runner.

Parameters
notifier will be notified of events while tests are being run--tests being started, finishing, and failing

public void sort (Sorter sorter)

Sorts the tests using sorter

Parameters
sorter the Sorter to use for sorting the tests