com.atlassian.confluence.harnesses
Class AbstractTestSuiteBuilder

java.lang.Object
  extended by com.atlassian.confluence.harnesses.AbstractTestSuiteBuilder

public abstract class AbstractTestSuiteBuilder
extends java.lang.Object


Constructor Summary
AbstractTestSuiteBuilder()
           
 
Method Summary
protected  java.util.Iterator collectTestClassNames()
           
 junit.framework.TestSuite createSuite()
           
protected abstract  junit.runner.TestCollector getTestCollector()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTestSuiteBuilder

public AbstractTestSuiteBuilder()
Method Detail

createSuite

public junit.framework.TestSuite createSuite()

collectTestClassNames

protected java.util.Iterator collectTestClassNames()
Returns:
an ordered Iteration of the Test Classes to be added to the suite.

getTestCollector

protected abstract junit.runner.TestCollector getTestCollector()
Returns:
a TestCollector relevant to the suite of tests you are building.


Copyright © 2003-2011 Atlassian. All Rights Reserved.