org.castor.xmlctf

Class CastorTestSuiteRunner


public class CastorTestSuiteRunner
extends TestCase

Start tests for the Castor Testing Framework. This is the main class for the Castor Testing Framework. It is all driven from here.
Version:
$Revision:6775 $ $Date: 2005-12-31 08:08:19 -0700 (Sat, 31 Dec 2005) $
Authors:
Sebastien Gignoux
Arnaud Blandin

Field Summary

static String
TEST_OUTPUT_ROOT
The root directory of the place where all the files generated by the different tests have to be put.

Constructor Summary

CastorTestSuiteRunner(String name)
Default constructor that takes a name per test case.

Method Summary

static void
main(String[] args)
Runs the Castor Testing Framework.
static Test
suite()
Starts a TestCaseAggregator to collect all the tests in the test root directory and its subdirectories.

Field Details

TEST_OUTPUT_ROOT

public static final String TEST_OUTPUT_ROOT
The root directory of the place where all the files generated by the different tests have to be put.

Constructor Details

CastorTestSuiteRunner

public CastorTestSuiteRunner(String name)
Default constructor that takes a name per test case.
Parameters:
name - test case name

Method Details

main

public static void main(String[] args)
Runs the Castor Testing Framework.
Parameters:
args - the standard command-line arguments

suite

public static Test suite()
Starts a TestCaseAggregator to collect all the tests in the test root directory and its subdirectories.
Returns:
A non-null test suite.

Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com