de.java2html.test
Class Java2HtmlTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by de.java2html.test.Java2HtmlTest
All Implemented Interfaces:
junit.framework.Test

public class Java2HtmlTest
extends junit.framework.TestCase


Constructor Summary
Java2HtmlTest()
           
 
Method Summary
 void testAnchorPrefix()
           
 void testAnchors()
           
 void testCenterTableAlignment()
           
 void testConvertBug0()
           
 void testConvertBug0Base()
           
 void testConvertToHtml()
           
 void testConvertToHtmlPage()
           
 void testConvertWithTabs()
           
 void testLeftTableAlignment()
           
 void testNoAnchors()
           
 void testOptionsDefaultToNoAchor()
           
 void testRightTableAlignment()
           
 
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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Java2HtmlTest

public Java2HtmlTest()
Method Detail

testConvertToHtml

public void testConvertToHtml()

testConvertWithTabs

public void testConvertWithTabs()

testConvertToHtmlPage

public void testConvertToHtmlPage()

testConvertBug0

public void testConvertBug0()

testConvertBug0Base

public void testConvertBug0Base()
                         throws java.io.IOException
Throws:
java.io.IOException

testOptionsDefaultToNoAchor

public void testOptionsDefaultToNoAchor()

testNoAnchors

public void testNoAnchors()

testAnchors

public void testAnchors()

testAnchorPrefix

public void testAnchorPrefix()

testLeftTableAlignment

public void testLeftTableAlignment()

testCenterTableAlignment

public void testCenterTableAlignment()

testRightTableAlignment

public void testRightTableAlignment()