public abstract class

AbstractTestSuiteBuilder

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.harnesses.AbstractTestSuiteBuilder

Summary

Public Constructors
AbstractTestSuiteBuilder()
Public Methods
TestSuite createSuite()
Protected Methods
Iterator collectTestClassNames()
abstract TestCollector getTestCollector()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AbstractTestSuiteBuilder ()

Public Methods

public TestSuite createSuite ()

Protected Methods

protected Iterator collectTestClassNames ()

Returns
  • an ordered Iteration of the Test Classes to be added to the suite.

protected abstract TestCollector getTestCollector ()

Returns
  • a TestCollector relevant to the suite of tests you are building.