com.atlassian.jira.functest.framework.suite
Class ParentRunnerHacker<T>
java.lang.Object
com.atlassian.jira.functest.framework.suite.ParentRunnerHacker<T>
public final class ParentRunnerHacker<T>
- extends Object
Retrieves information about children of a parent runner in a hacky manner - the design of JUnit4 does not allow us
to do it in a nice way!
- Since:
- v4.4
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParentRunnerHacker
public ParentRunnerHacker(org.junit.runners.ParentRunner<T> runner)
getChildren
public List<T> getChildren()
describeChild
public org.junit.runner.Description describeChild(T child)
runChild
public void runChild(T child,
org.junit.runner.notification.RunNotifier notifier)
Copyright © 2002-2012 Atlassian. All Rights Reserved.