de.bechte.junit.runners.context.description
Class MethodDescriber
java.lang.Object
de.bechte.junit.runners.context.description.MethodDescriber
- All Implemented Interfaces:
- Describer<org.junit.runners.model.FrameworkMethod>
public class MethodDescriber
- extends Object
- implements Describer<org.junit.runners.model.FrameworkMethod>
The MethodDescriber is responsible for creating the Description for a FrameworkMethod.
|
Method Summary |
org.junit.runner.Description |
describe(org.junit.runners.model.FrameworkMethod method)
Returns a Description for the given object of type T. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodDescriber
public MethodDescriber()
describe
public org.junit.runner.Description describe(org.junit.runners.model.FrameworkMethod method)
- Description copied from interface:
Describer
- Returns a
Description for the given object of type T.
- Specified by:
describe in interface Describer<org.junit.runners.model.FrameworkMethod>
- Parameters:
method - the object of type T
- Returns:
- a
Description of the object
Copyright © 2015. All rights reserved.