|
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.XSLTTestDirectorySuite
public class XSLTTestDirectorySuite
Suite of tests for XSLT stylesheets. This class represents a test suite of UTF-X test definition files in a particular directory.
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/XSLTTestDirectorySuite.java,v $
Field Summary | |
---|---|
private ConfigurationManager |
cm
configuration manager |
private java.io.File |
dir
directory which this test suite represents |
private static org.apache.log4j.Logger |
log
logger |
private static java.io.FilenameFilter |
testFileFilter
Filter used to filter UTF-X test definition files. |
Constructor Summary | |
---|---|
XSLTTestDirectorySuite(java.lang.String dirName)
Constructs an XSLT test directory suite with a directory name. |
Method Summary | |
---|---|
static junit.framework.Test |
suite(java.lang.String dirName)
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
private static java.io.FilenameFilter testFileFilter
ConfigurationManager
private java.io.File dir
private ConfigurationManager cm
Constructor Detail |
---|
public XSLTTestDirectorySuite(java.lang.String dirName)
dirName
- name of the directory. doubles as the name of this test suite.Method Detail |
---|
public static junit.framework.Test suite(java.lang.String dirName)
dirName
- name of the directory.
|
UTF-X, Unit Testing Framework - Xslt | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |