edu.cmu.sphinx.util.props.test
Class ConfigurationManagerTest

java.lang.Object
  extended by edu.cmu.sphinx.util.props.test.ConfigurationManagerTest

public class ConfigurationManagerTest
extends java.lang.Object

Some unit tests, which ensure a proper implementation of configuration management.

Author:
Holger Brandl

Constructor Summary
ConfigurationManagerTest()
           
 
Method Summary
 void testDynamicConfCreation()
           
 void testDynamicConfiguruationChange()
           
 void testSerialization()
           
 void testSerializeDynamicConfiguration()
           
 void testXmlExtendedConfiguration()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationManagerTest

public ConfigurationManagerTest()
Method Detail

testDynamicConfCreation

public void testDynamicConfCreation()
                             throws PropertyException,
                                    java.lang.InstantiationException
Throws:
PropertyException
java.lang.InstantiationException

testSerialization

public void testSerialization()
                       throws java.io.IOException,
                              PropertyException
Throws:
java.io.IOException
PropertyException

testDynamicConfiguruationChange

public void testDynamicConfiguruationChange()
                                     throws java.io.IOException,
                                            PropertyException,
                                            java.lang.InstantiationException
Throws:
java.io.IOException
PropertyException
java.lang.InstantiationException

testSerializeDynamicConfiguration

public void testSerializeDynamicConfiguration()
                                       throws PropertyException,
                                              java.lang.InstantiationException
Throws:
PropertyException
java.lang.InstantiationException

testXmlExtendedConfiguration

public void testXmlExtendedConfiguration()