Describable (JUnit API)

Junit


org.junit.runner Interface Describable

All Known Implementing Classes:
AllTests, BlockJUnit4ClassRunner, org.junit.internal.runners.JUnit38ClassRunner, JUnit4, Parameterized, ParentRunner, Runner, Suite, org.junit.internal.runners.SuiteMethod

public interface Describable

Represents an object that can describe itself


方法摘要
 Description getDescription()
           
 

方法详细信息

getDescription

Description getDescription()
返回:
a Description showing the tests to be run by the receiver