org.apache.jsieve
Class ConfigurationManagerTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.jsieve.ConfigurationManagerTest
All Implemented Interfaces:
junit.framework.Test

public class ConfigurationManagerTest
extends junit.framework.TestCase

Class ConfigurationManagerTest


Constructor Summary
ConfigurationManagerTest()
           
 
Method Summary
 void testCommandMap()
          Test the CommandMap maps 'MUST' and 'SHOULD' be supported commands to the correct classes.
 void testComparatorMap()
          Test the CommparatorMap maps 'MUST' and 'SHOULD' be supported comparators to the correct classes.
 void testTestMap()
          Test the TestMap maps 'MUST' and 'SHOULD' be supported tests to the correct classes.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationManagerTest

public ConfigurationManagerTest()
Method Detail

testCommandMap

public void testCommandMap()
Test the CommandMap maps 'MUST' and 'SHOULD' be supported commands to the correct classes.


testTestMap

public void testTestMap()
Test the TestMap maps 'MUST' and 'SHOULD' be supported tests to the correct classes.


testComparatorMap

public void testComparatorMap()
Test the CommparatorMap maps 'MUST' and 'SHOULD' be supported comparators to the correct classes.



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.