javancss.test
Class XmlFormatterTest

java.lang.Object
  extended by ccl.util.Test
      extended by javancss.test.AbstractTest
          extended by javancss.test.XmlFormatterTest
All Implemented Interfaces:
Runnable

public class XmlFormatterTest
extends AbstractTest

This test class checks that the xml output feature is working properly.

Version:
$Id: XmlFormatterTest.java 121 2009-01-17 22:19:45Z hboutemy $
Author:
Chr. Clemens Lee

Constructor Summary
XmlFormatterTest()
           
XmlFormatterTest(ccl.util.Test pTest_)
           
 
Method Summary
protected  void _doIt()
          Test code goes here.
static void main(String[] asArg_)
           
 void testParsing()
          Is it at least possible to properly parse generated xml code?
 void testXML2Text()
          Is the transformed XML output identical to the standard ASCI output?
 
Methods inherited from class javancss.test.AbstractTest
getTestDir, getTestFile, getTestFile, main, main, setTestDir
 
Methods inherited from class ccl.util.Test
_enterSubTest, _exitSubTest, _getValue, _increment, _setTests, _showLiveSignals, Assert, Assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertTrue, assertTrue, assertTrue, bug, bugIf, bugIf, bugIf, fail, fail, getBugs, getComment, getGlobalTests, getLocalTests, getName, getTestClassDirectory, getTestDirectory, getTestName, getTestName, getValue, initialize, isTest, isTiming, isVerbose, printResult, printResult, redirectStandardStreams, run, setBug, setParentTest, setTests, setTiming, setValue, setVerbose, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlFormatterTest

public XmlFormatterTest()

XmlFormatterTest

public XmlFormatterTest(ccl.util.Test pTest_)
Method Detail

testParsing

public void testParsing()
                 throws Exception
Is it at least possible to properly parse generated xml code?

Throws:
Exception

testXML2Text

public void testXML2Text()
                  throws Exception
Is the transformed XML output identical to the standard ASCI output?

Throws:
Exception

_doIt

protected void _doIt()
              throws Exception
Test code goes here.

Specified by:
_doIt in class ccl.util.Test
Throws:
Exception

main

public static void main(String[] asArg_)


Copyright © 1997-2011 Chr. Clemens Lee and companions. All Rights Reserved.