|
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.Assert junit.framework.TestCase utfx.framework.UTFXTestCase utfx.framework.BadXSLTTestCase
public class BadXSLTTestCase
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 $
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 |
---|
private java.lang.String message
Constructor Detail |
---|
public BadXSLTTestCase(java.lang.String message)
message
- message explaining the BADness.Method Detail |
---|
public void error() throws java.lang.Exception
java.lang.Exception
|
UTF-X, Unit Testing Framework - Xslt | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |