protected TestReportProcessor |
XMLTestSuiteRunner.buildProcessor(org.w3c.dom.Element element) |
Builds a TestResultProcessor from an element.
|
protected static Test |
XMLTestSuiteLoader.buildTest(org.w3c.dom.Element element) |
|
protected DefaultTestSuite |
XMLTestSuiteRunner.buildTestRunTestSuite(org.w3c.dom.Element element) |
Builds a TestSuite from an input element.
|
protected static TestSuite |
XMLTestSuiteLoader.buildTestSuite(org.w3c.dom.Element element,
TestSuite parent) |
Builds a TestSuite from an input element.
|
void |
XMLTestReportProcessor.checkDirectory(java.io.File dir,
java.lang.String errorCode) |
Checks that the input File represents a directory that
can be used.
|
void |
XSLXMLReportConsumer.checkDirectory(java.io.File dir) |
Checks that the input File represents a directory that
can be used.
|
protected TestReportProcessor[] |
XMLTestSuiteRunner.extractTestReportProcessor(org.w3c.dom.Element element) |
Builds an array of TestReportProcessor from the input
element, assuming the input element is a <testSuite> instance,
|
void |
XMLTestReportProcessor.initializeReportDirectories() |
By default, the report directory is given by a configuration
variable.
|
static TestSuite |
XMLTestSuiteLoader.loadTestSuite(java.lang.String testSuiteURI,
TestSuite parent) |
Load the test suite defined by the input URI
|
protected static org.w3c.dom.Document |
XMLTestSuiteLoader.loadTestSuiteDocument(java.lang.String testSuiteURI) |
Loads the URI as a Document
|
void |
XMLTestReportProcessor.processReport(TestReport report) |
Recursively processes the input TestReport and
any of its children.
|
protected void |
XMLTestSuiteRunner.processReport(TestReport report,
TestReportProcessor[] processors) |
|
TestReport |
XMLTestSuiteRunner.run(org.w3c.dom.Document doc,
java.lang.String[] ids) |
Runs the test suite described by the input
Document object.
|
protected TestReport |
XMLTestSuiteRunner.run(org.w3c.dom.Element testRunElement,
java.lang.String[] ids) |
|
protected TestReport |
XMLTestSuiteRunner.runTest(Test test) |
|