|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The type of objects that the Describer can handle.public interface Describer<T>
A Describer is responsible for creating the Description for the given object.
| Method Summary | |
|---|---|
org.junit.runner.Description |
describe(T object)
Returns a Description for the given object of type T. |
| Method Detail |
|---|
org.junit.runner.Description describe(T object)
Description for the given object of type T.
object - the object of type T
Description of the object
IllegalArgumentException - if object is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||