|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccl.util.Test
javancss.test.AbstractTest
javancss.test.XmlFormatterTest
public class XmlFormatterTest
This test class checks that the xml output feature is working properly.
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 |
---|
public XmlFormatterTest()
public XmlFormatterTest(ccl.util.Test pTest_)
Method Detail |
---|
public void testParsing() throws Exception
Exception
public void testXML2Text() throws Exception
Exception
protected void _doIt() throws Exception
_doIt
in class ccl.util.Test
Exception
public static void main(String[] asArg_)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |