Package org.junit.internal.builders
Class IgnoredClassRunner
java.lang.Object
org.junit.runner.Runner
org.junit.internal.builders.IgnoredClassRunner
- All Implemented Interfaces:
Describable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
clazz
-
-
Constructor Details
-
IgnoredClassRunner
-
-
Method Details
-
run
Description copied from class:Runner
Run the tests for this runner. -
getDescription
- Specified by:
getDescription
in interfaceDescribable
- Specified by:
getDescription
in classRunner
- Returns:
- a
Description
showing the tests to be run by the receiver
-