de.bechte.junit.runners.context.processing
Interface ChildResolver<T>

Type Parameters:
T - The type of objects that the ChildResolver returns.
All Known Implementing Classes:
ContextResolver, MethodResolver

public interface ChildResolver<T>

A ChildResolver is responsible for resolving all children for the given TestClass. Typically, the ChildResolver is used together with the ChildExecutor.


Method Summary
 List<T> getChildren(org.junit.runners.model.TestClass testClass)
          Resolved the children of type T for the given TestClass.
 

Method Detail

getChildren

List<T> getChildren(org.junit.runners.model.TestClass testClass)
Resolved the children of type T for the given TestClass.

Parameters:
testClass - the TestClass to resolve the children for
Returns:
a List of children of type T


Copyright © 2015. All rights reserved.