Package org.junit.internal.builders
Class IgnoredClassRunner
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.junit.internal.builders.IgnoredClassRunner
-
- All Implemented Interfaces:
Describable
public class IgnoredClassRunner extends Runner
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Class<?>
clazz
-
Constructor Summary
Constructors Constructor Description IgnoredClassRunner(java.lang.Class<?> testClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Description
getDescription()
void
run(RunNotifier notifier)
Run the tests for this runner.
-
-
-
Method Detail
-
run
public void run(RunNotifier notifier)
Description copied from class:Runner
Run the tests for this runner.
-
getDescription
public Description getDescription()
- Specified by:
getDescription
in interfaceDescribable
- Specified by:
getDescription
in classRunner
- Returns:
- a
Description
showing the tests to be run by the receiver
-
-