UTF-X, Unit Testing Framework - Xslt

utfx.framework
Class XSLTTestDirectorySuite

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

public class XSLTTestDirectorySuite
extends junit.framework.TestSuite

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 $

Version:
$Revision: 1.2.2.1 $ $Date: 2006/08/11 14:23:57 $ $Name: release_0_0_8_alpha $
Author:
Jacek Radajewski, Oliver Lucido, Sally MacFarlane

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

log

private static org.apache.log4j.Logger log
logger


testFileFilter

private static java.io.FilenameFilter testFileFilter
Filter used to filter UTF-X test definition files.

See Also:
ConfigurationManager

dir

private java.io.File dir
directory which this test suite represents


cm

private ConfigurationManager cm
configuration manager

Constructor Detail

XSLTTestDirectorySuite

public XSLTTestDirectorySuite(java.lang.String dirName)
Constructs an XSLT test directory suite with a directory name.

Parameters:
dirName - name of the directory. doubles as the name of this test suite.
Method Detail

suite

public static junit.framework.Test suite(java.lang.String dirName)
Assemble and return test suite.

Parameters:
dirName - name of the directory.

UTF-X, Unit Testing Framework - Xslt