org.apache.torque.generator.configuration
Class ReadConfigurationTest

java.lang.Object
  extended by org.apache.torque.generator.BaseTest
      extended by org.apache.torque.generator.configuration.ReadConfigurationTest

public class ReadConfigurationTest
extends BaseTest

Tests whether the configuration is read correctly.


Constructor Summary
ReadConfigurationTest()
           
 
Method Summary
 void setUp()
           
 void testInheritance()
           
 void testOverrideOptions()
           
 void testReadConfigFromClasspath()
           
 void testReadConfiguration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadConfigurationTest

public ReadConfigurationTest()
Method Detail

setUp

public void setUp()

testReadConfiguration

public void testReadConfiguration()
                           throws Exception
Throws:
Exception

testReadConfigFromClasspath

public void testReadConfigFromClasspath()
                                 throws Exception
Throws:
Exception

testOverrideOptions

public void testOverrideOptions()
                         throws Exception
Throws:
Exception

testInheritance

public void testInheritance()
                     throws Exception
Throws:
Exception


Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.