UTF-X, Unit Testing Framework - Xslt

utfx.framework
Class BadXSLTTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by utfx.framework.UTFXTestCase
              extended by utfx.framework.BadXSLTTestCase
All Implemented Interfaces:
junit.framework.Test

public class BadXSLTTestCase
extends UTFXTestCase

This test case represents a bad XSLT stylesheet that is being tested.

Copyright © 2006 Jacek Radajewski

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/BadXSLTTestCase.java,v $

Version:
$Revision: 1.1.2.1 $Date: 2006/08/21 03:10:57 $ $ $Name: release_0_0_8_alpha $
Author:
Jacek Radajewski

Field Summary
private  java.lang.String message
           
 
Constructor Summary
BadXSLTTestCase(java.lang.String message)
          Creates a new BadXSLTTestCase.
 
Method Summary
 void error()
           
 
Methods inherited from class utfx.framework.UTFXTestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquivXML, assertEquivXML, assertEquivXML, assertEquivXML
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

message

private java.lang.String message
Constructor Detail

BadXSLTTestCase

public BadXSLTTestCase(java.lang.String message)
Creates a new BadXSLTTestCase.

Parameters:
message - message explaining the BADness.
Method Detail

error

public void error()
           throws java.lang.Exception
Throws:
java.lang.Exception

UTF-X, Unit Testing Framework - Xslt