Class LocalizationToolTest
- java.lang.Object
-
- org.apache.turbine.test.BaseTestCase
-
- org.apache.turbine.services.localization.LocalizationToolTest
-
public class LocalizationToolTest extends BaseTestCase
Unit test for Localization Tool. Verifies that localization works the same using the deprecated Turbine localization service as well as the new Fulcrum Localization component.- Version:
- $Id$
- Author:
- Eric Pugh
-
-
Field Summary
-
Fields inherited from class org.apache.turbine.test.BaseTestCase
attributes, maxInactiveInterval
-
-
Constructor Summary
Constructors Constructor Description LocalizationToolTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitTool()static voidsetUp()static voidtearDown()voidtestGet()voidtestGetLocale()voidtestInit()voidtestRefresh()-
Methods inherited from class org.apache.turbine.test.BaseTestCase
baseInit, getMockRequest, getPipelineData, getRunData
-
-
-
-
Constructor Detail
-
LocalizationToolTest
public LocalizationToolTest()
-
-
Method Detail
-
testGetLocale
public void testGetLocale() throws Exception
- Throws:
Exception
-
testRefresh
public void testRefresh() throws Exception
- Throws:
Exception
-
-