de.bechte.junit.runners.context.description
Class ContextDescriber
java.lang.Object
de.bechte.junit.runners.context.description.SuiteDescriber
de.bechte.junit.runners.context.description.ContextDescriber
- All Implemented Interfaces:
- Describer<Class<?>>
public class ContextDescriber
- extends SuiteDescriber
The ContextDescriber is responsible for creating the Description for a context hierarchy. A context
hierarchy can contain tests and other context hierarchies. This class handles all tests and context hierarchies
found by the given resolvers. For the description of the tests the injected Describer is called.
|
Method Summary |
protected void |
addChildren(org.junit.runner.Description description,
org.junit.runners.model.TestClass testClass)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextDescriber
public ContextDescriber(ChildResolver<Class<?>> contextResolver,
ChildResolver<org.junit.runners.model.FrameworkMethod> methodResolver,
Describer<org.junit.runners.model.FrameworkMethod> methodDescriber)
addChildren
protected void addChildren(org.junit.runner.Description description,
org.junit.runners.model.TestClass testClass)
- Overrides:
addChildren in class SuiteDescriber
Copyright © 2015. All rights reserved.