org.apache.turbine
Class TurbineConfigTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.turbine.test.BaseTestCase
              extended by org.apache.turbine.TurbineConfigTest
All Implemented Interfaces:
junit.framework.Test

public class TurbineConfigTest
extends BaseTestCase

This testcase verifies that TurbineConfig can be used to startup Turbine in a non servlet environment properly.

Version:
$Id: TurbineConfigTest.java 615328 2008-01-25 20:25:05Z tv $
Author:
Eric Pugh

Constructor Summary
TurbineConfigTest(String name)
           
 
Method Summary
 void testTurbineConfigWithPropertiesFile()
           
 void testTurbineXmlConfigWithConfigurationFile()
           
 
Methods inherited from class org.apache.turbine.test.BaseTestCase
getMockRequest, getPipelineData, getRunData
 
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

TurbineConfigTest

public TurbineConfigTest(String name)
                  throws Exception
Throws:
Exception
Method Detail

testTurbineConfigWithPropertiesFile

public void testTurbineConfigWithPropertiesFile()
                                         throws Exception
Throws:
Exception

testTurbineXmlConfigWithConfigurationFile

public void testTurbineXmlConfigWithConfigurationFile()
                                               throws Exception
Throws:
Exception


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