|
UTF-X, Unit Testing Framework - Xslt | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.TestSuite utfx.framework.XSLTRegressionTest
public class XSLTRegressionTest
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 $
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 |
---|
private static org.apache.log4j.Logger log
Constructor Detail |
---|
public XSLTRegressionTest(java.lang.String name)
Method Detail |
---|
public static junit.framework.Test suite()
|
UTF-X, Unit Testing Framework - Xslt | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |