Class ClassTest
- java.lang.Object
-
- org.apache.turbine.test.BaseTestCase
-
- org.apache.turbine.services.template.ClassTest
-
public class ClassTest extends BaseTestCase
Tests the class mapping of the Template Service for screen, layout and navigation.- Version:
- $Id$
- Author:
- Henning P. Schmiedehausen
-
-
Field Summary
-
Fields inherited from class org.apache.turbine.test.BaseTestCase
attributes, maxInactiveInterval
-
-
Constructor Summary
Constructors Constructor Description ClassTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidsetUp()static voidtearDown()voidtestDefaultClass()voidtestDefaultSublevelClass()voidtestExistingClass()voidtestExistingSublevelClass()voidtestExistingSublevelTemplate()voidtestExistingTemplate()voidtestIgnoreExistingClass()voidtestNonExistingSublevelTemplate()voidtestNonExistingTemplate()voidtestTemplateDefaults()voidtestVelocityDefaults()-
Methods inherited from class org.apache.turbine.test.BaseTestCase
baseInit, getMockRequest, getPipelineData, getRunData
-
-
-
-
Constructor Detail
-
ClassTest
public ClassTest()
-
-
Method Detail
-
testTemplateDefaults
public void testTemplateDefaults()
-
testVelocityDefaults
public void testVelocityDefaults()
-
testNonExistingTemplate
public void testNonExistingTemplate() throws Exception
- Throws:
Exception
-
testNonExistingSublevelTemplate
public void testNonExistingSublevelTemplate() throws Exception
- Throws:
Exception
-
testExistingTemplate
public void testExistingTemplate() throws Exception
- Throws:
Exception
-
testExistingSublevelTemplate
public void testExistingSublevelTemplate() throws Exception
- Throws:
Exception
-
testExistingClass
public void testExistingClass() throws Exception
- Throws:
Exception
-
testExistingSublevelClass
public void testExistingSublevelClass() throws Exception
- Throws:
Exception
-
testDefaultClass
public void testDefaultClass() throws Exception
- Throws:
Exception
-
testDefaultSublevelClass
public void testDefaultSublevelClass() throws Exception
- Throws:
Exception
-
testIgnoreExistingClass
public void testIgnoreExistingClass() throws Exception
- Throws:
Exception
-
-