程序包 org.junit.runner
接口 Describable
- 所有已知实现类:
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- 从以下版本开始:
- 4.5
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 DescriptiongetDescription()
方法详细资料
getDescription
Description getDescription()
- 返回:
- a
Descriptionshowing the tests to be run by the receiver