de.java2html.plugin.jspwiki.test
Class PluginParameterCheckerTest

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

public class PluginParameterCheckerTest
extends junit.framework.TestCase


Constructor Summary
PluginParameterCheckerTest()
           
 
Method Summary
 void testEmptyParameterListIsSupported()
           
 void testIllegalParameterIsNotSupported()
           
 void testInternalParameterIsSupported()
           
 void testNonStringObjectIsSupported()
           
 void testValidParameterIsSupported()
           
 
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

PluginParameterCheckerTest

public PluginParameterCheckerTest()
Method Detail

testEmptyParameterListIsSupported

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

testInternalParameterIsSupported

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

testIllegalParameterIsNotSupported

public void testIllegalParameterIsNotSupported()

testValidParameterIsSupported

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

testNonStringObjectIsSupported

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