de.java2html.plugin.jspwiki.test
Class Java2HtmlPluginTest

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

public class Java2HtmlPluginTest
extends junit.framework.TestCase


Constructor Summary
Java2HtmlPluginTest()
           
 
Method Summary
protected  void setUp()
           
 void testConversionAsBodyParameter()
           
 void testConversionAsBodyParameterWithLeadingNewLine()
           
 void testConversionAsSourceParameter()
           
 void testThrowsUsageExceptionWhenNoSourceCodeGiven()
           
 void testUnsupportedConversionStyle()
           
 void testUsingDefaultStyleNameIsSameAsUsingDefaultStyle()
           
 void testUsingMonochromeStyle()
           
 
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

Java2HtmlPluginTest

public Java2HtmlPluginTest()
Method Detail

setUp

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

testThrowsUsageExceptionWhenNoSourceCodeGiven

public void testThrowsUsageExceptionWhenNoSourceCodeGiven()

testConversionAsSourceParameter

public void testConversionAsSourceParameter()
                                     throws com.ecyrd.jspwiki.plugin.PluginException
Throws:
com.ecyrd.jspwiki.plugin.PluginException

testConversionAsBodyParameter

public void testConversionAsBodyParameter()
                                   throws com.ecyrd.jspwiki.plugin.PluginException
Throws:
com.ecyrd.jspwiki.plugin.PluginException

testConversionAsBodyParameterWithLeadingNewLine

public void testConversionAsBodyParameterWithLeadingNewLine()
                                                     throws com.ecyrd.jspwiki.plugin.PluginException
Throws:
com.ecyrd.jspwiki.plugin.PluginException

testUsingDefaultStyleNameIsSameAsUsingDefaultStyle

public void testUsingDefaultStyleNameIsSameAsUsingDefaultStyle()
                                                        throws com.ecyrd.jspwiki.plugin.PluginException
Throws:
com.ecyrd.jspwiki.plugin.PluginException

testUsingMonochromeStyle

public void testUsingMonochromeStyle()
                              throws com.ecyrd.jspwiki.plugin.PluginException
Throws:
com.ecyrd.jspwiki.plugin.PluginException

testUnsupportedConversionStyle

public void testUnsupportedConversionStyle()