Package org.junit.runner
Interface Describable
- All Known Implementing Classes:
AllTests,BlockJUnit4ClassRunner,BlockJUnit4ClassRunnerWithParameters,Categories,Enclosed,org.junit.internal.runners.JUnit38ClassRunner,JUnit4,Parameterized,ParentRunner,Runner,Suite,org.junit.internal.runners.SuiteMethod,Theories
public interface Describable
Represents an object that can describe itself- Since:
- 4.5
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescriptiongetDescription()
Method Detail
getDescription
Description getDescription()
- Returns:
- a
Descriptionshowing the tests to be run by the receiver