de.bechte.junit.runners.context.description
Interface Describer<T>

Type Parameters:
T - The type of objects that the Describer can handle.
All Known Implementing Classes:
ContextDescriber, MethodDescriber, SuiteDescriber

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

describe

org.junit.runner.Description describe(T object)
Returns a Description for the given object of type T.

Parameters:
object - the object of type T
Returns:
a Description of the object
Throws:
IllegalArgumentException - if object is null


Copyright © 2015. All rights reserved.