Package org.apache.turbine.pipeline
Class DefaultSetEncodingValveTest
- java.lang.Object
-
- org.apache.turbine.test.BaseTestCase
-
- org.apache.turbine.pipeline.DefaultSetEncodingValveTest
-
public class DefaultSetEncodingValveTest extends BaseTestCase
Tests TurbinePipeline.- Version:
- $Id: DefaultSessionTimeoutValveTest.java 1606111 2014-06-27 14:46:47Z gk $
- Author:
- Eric Pugh, Peter Courcoux
-
-
Field Summary
-
Fields inherited from class org.apache.turbine.test.BaseTestCase
attributes, maxInactiveInterval
-
-
Constructor Summary
Constructors Constructor Description DefaultSetEncodingValveTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voiddestroy()static voidinit()voidsetUpBefore()voidtestDefaults()Tests the Valve.voidtestEncodingSet()Tests the Valve.-
Methods inherited from class org.apache.turbine.test.BaseTestCase
baseInit, getMockRequest, getPipelineData, getRunData
-
-
-
-
Constructor Detail
-
DefaultSetEncodingValveTest
public DefaultSetEncodingValveTest()
-
-
Method Detail
-
init
@BeforeAll public static void init()
-
setUpBefore
@BeforeEach public void setUpBefore() throws Exception
- Throws:
Exception
-
testDefaults
@Test public void testDefaults() throws Exception
Tests the Valve.- Throws:
Exception
-
testEncodingSet
@Test public void testEncodingSet() throws Exception
Tests the Valve.- Throws:
Exception
-
destroy
@AfterAll public static void destroy()
-
-