UTF-X, Unit Testing Framework - Xslt

utfx.framework
Class XSLTRegressionTest

java.lang.Object
  extended by junit.framework.TestSuite
      extended by utfx.framework.XSLTRegressionTest
All Implemented Interfaces:
junit.framework.Test

public class XSLTRegressionTest
extends junit.framework.TestSuite

This class represents a root of the XSLT test suites. Test suite(s) are built recursevly under this test suite to form a full regression test of UTF-X test cases. To specify which tests should form the regression test you may either specify test root directory or specific UTF-X test definition file as properties. If utfx.test.dir property is set then this class will read it's value and use it as the test directory root for the regression test. If the utfx.test.dir property is not specified then the suite() method will attempt to read utfx.test.file system property and use its value as the name of the UTF-X test definition file to run.

Copyright © 2004 - University of Southern Queensland.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License v2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

$Source: /cvs/utf-x/framework/src/java/utfx/framework/XSLTRegressionTest.java,v $

Version:
$Revision: 1.3 $ $Date: 2006/02/26 05:10:29 $ $Name: release_0_0_8_alpha $
Author:
Jacek Radajewski, Oliver Lucido, Sally MacFarlane

Field Summary
private static org.apache.log4j.Logger log
          logger
 
Constructor Summary
XSLTRegressionTest(java.lang.String name)
          Constructs an XSLT test suite with a specified name.
 
Method Summary
static junit.framework.Test suite()
          Assemble and return test suite.
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

log

private static org.apache.log4j.Logger log
logger

Constructor Detail

XSLTRegressionTest

public XSLTRegressionTest(java.lang.String name)
Constructs an XSLT test suite with a specified name.

Method Detail

suite

public static junit.framework.Test suite()
Assemble and return test suite.


UTF-X, Unit Testing Framework - Xslt