de.java2html.commandline.test
Class Java2HtmlCommandlineTest

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

public class Java2HtmlCommandlineTest
extends BasicTestCase


Nested Class Summary
 
Nested classes/interfaces inherited from class de.java2html.test.BasicTestCase
BasicTestCase.IBlock
 
Constructor Summary
Java2HtmlCommandlineTest()
           
 
Method Summary
 void testCreateDirectoryConverter()
           
 void testCreateFileConverter()
           
 void testHtmlIsDefaultConverter()
           
 void testIllegalTabsThrowsException()
           
 void testNegativeTabsThrowsException()
           
 void testUnknownStyleThrowsException()
           
 void testUnknwonConverterThrowsException()
           
 void testUnsupportedArgumentThrowsException()
           
 void testUsesCorrectDefaultStyle()
           
 void testUsesDefaultTabs()
           
 void testUsesSpecifiedConverter()
           
 void testUsesSpecifiedStyle()
           
 void testUsesSpecifiedTabs()
           
 
Methods inherited from class de.java2html.test.BasicTestCase
assertInstanceOf, assertThrowsException
 
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

Java2HtmlCommandlineTest

public Java2HtmlCommandlineTest()
Method Detail

testCreateDirectoryConverter

public void testCreateDirectoryConverter()
                                  throws IllegalCommandlineParametersException
Throws:
IllegalCommandlineParametersException

testCreateFileConverter

public void testCreateFileConverter()
                             throws IllegalCommandlineParametersException
Throws:
IllegalCommandlineParametersException

testHtmlIsDefaultConverter

public void testHtmlIsDefaultConverter()
                                throws IllegalCommandlineParametersException
Throws:
IllegalCommandlineParametersException

testUsesSpecifiedConverter

public void testUsesSpecifiedConverter()
                                throws IllegalCommandlineParametersException
Throws:
IllegalCommandlineParametersException

testUnknwonConverterThrowsException

public void testUnknwonConverterThrowsException()

testUsesCorrectDefaultStyle

public void testUsesCorrectDefaultStyle()
                                 throws IllegalCommandlineParametersException
Throws:
IllegalCommandlineParametersException

testUsesSpecifiedStyle

public void testUsesSpecifiedStyle()
                            throws IllegalCommandlineParametersException
Throws:
IllegalCommandlineParametersException

testUnknownStyleThrowsException

public void testUnknownStyleThrowsException()

testUsesDefaultTabs

public void testUsesDefaultTabs()
                         throws IllegalCommandlineParametersException
Throws:
IllegalCommandlineParametersException

testUsesSpecifiedTabs

public void testUsesSpecifiedTabs()
                           throws IllegalCommandlineParametersException
Throws:
IllegalCommandlineParametersException

testIllegalTabsThrowsException

public void testIllegalTabsThrowsException()

testNegativeTabsThrowsException

public void testNegativeTabsThrowsException()

testUnsupportedArgumentThrowsException

public void testUnsupportedArgumentThrowsException()