public class

IgnoredClassRunner

extends Runner
java.lang.Object
   ↳ org.junit.runner.Runner
     ↳ org.junit.internal.builders.IgnoredClassRunner

Summary

Public Constructors
IgnoredClassRunner(Class<?> testClass)
Public Methods
Description getDescription()
void run(RunNotifier notifier)
Run the tests for this runner.
[Expand]
Inherited Methods
From class org.junit.runner.Runner
From class java.lang.Object
From interface org.junit.runner.Describable

Public Constructors

public IgnoredClassRunner (Class<?> testClass)

Public Methods

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