de.java2html.properties.test
Class ConversionOptionsPropertiesReaderTest

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

public class ConversionOptionsPropertiesReaderTest
extends junit.framework.TestCase


Constructor Summary
ConversionOptionsPropertiesReaderTest()
           
 
Method Summary
protected  void setUp()
           
 void testBold()
           
 void testColor()
           
 void testHorizontalAlignment()
           
 void testIllegalBold()
           
 void testIllegalColor()
           
 void testIllegalHorizontalAlignment()
           
 void testIllegalItalic()
           
 void testIllegalJava2HtmlLink()
           
 void testIllegalShowFileName()
           
 void testIllegalShowLineNumbers()
           
 void testIllegalShowTableBorder()
           
 void testIllegalTabSize()
           
 void testItalic()
           
 void testReadDefaultStyleTableName()
           
 void testReadIllegalDefaultStyleTableName()
           
 void testReadingEmptyProperties()
           
 void testShowFileName()
           
 void testShowJava2HtmlLink()
           
 void testShowLineNumbers()
           
 void testShowTableBorder()
           
 void testTabSize()
           
 void testUnknownPropertyIgnored()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

ConversionOptionsPropertiesReaderTest

public ConversionOptionsPropertiesReaderTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

testReadingEmptyProperties

public void testReadingEmptyProperties()
                                throws IllegalPropertyValueException
Throws:
IllegalPropertyValueException

testUnknownPropertyIgnored

public void testUnknownPropertyIgnored()
                                throws IllegalPropertyValueException
Throws:
IllegalPropertyValueException

testReadDefaultStyleTableName

public void testReadDefaultStyleTableName()
                                   throws IllegalPropertyValueException
Throws:
IllegalPropertyValueException

testReadIllegalDefaultStyleTableName

public void testReadIllegalDefaultStyleTableName()

testTabSize

public void testTabSize()
                 throws IllegalPropertyValueException
Throws:
IllegalPropertyValueException

testIllegalTabSize

public void testIllegalTabSize()

testShowLineNumbers

public void testShowLineNumbers()
                         throws IllegalPropertyValueException
Throws:
IllegalPropertyValueException

testIllegalShowLineNumbers

public void testIllegalShowLineNumbers()

testShowFileName

public void testShowFileName()
                      throws IllegalPropertyValueException
Throws:
IllegalPropertyValueException

testIllegalShowFileName

public void testIllegalShowFileName()

testShowTableBorder

public void testShowTableBorder()
                         throws IllegalPropertyValueException
Throws:
IllegalPropertyValueException

testIllegalShowTableBorder

public void testIllegalShowTableBorder()

testShowJava2HtmlLink

public void testShowJava2HtmlLink()
                           throws IllegalPropertyValueException
Throws:
IllegalPropertyValueException

testIllegalJava2HtmlLink

public void testIllegalJava2HtmlLink()

testHorizontalAlignment

public void testHorizontalAlignment()
                             throws IllegalPropertyValueException
Throws:
IllegalPropertyValueException

testIllegalHorizontalAlignment

public void testIllegalHorizontalAlignment()

testColor

public void testColor()
               throws IllegalPropertyValueException
Throws:
IllegalPropertyValueException

testIllegalColor

public void testIllegalColor()

testBold

public void testBold()
              throws IllegalPropertyValueException
Throws:
IllegalPropertyValueException

testIllegalBold

public void testIllegalBold()

testItalic

public void testItalic()
                throws IllegalPropertyValueException
Throws:
IllegalPropertyValueException

testIllegalItalic

public void testIllegalItalic()