com.atlassian.jira.functest.framework.suite
Class ParentRunnerHacker<T>

java.lang.Object
  extended by 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

Constructor Summary
ParentRunnerHacker(org.junit.runners.ParentRunner<T> runner)
           
 
Method Summary
 org.junit.runner.Description describeChild(T child)
           
 List<T> getChildren()
           
 void runChild(T child, org.junit.runner.notification.RunNotifier notifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParentRunnerHacker

public ParentRunnerHacker(org.junit.runners.ParentRunner<T> runner)
Method Detail

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-2013 Atlassian. All Rights Reserved.