Package org.apache.turbine.pipeline
Class ExecutePageValveTest
- java.lang.Object
-
- org.apache.turbine.test.BaseTestCase
-
- org.apache.turbine.pipeline.ExecutePageValveTest
-
public class ExecutePageValveTest extends BaseTestCase
Tests ExecutePageValve.- Version:
- $Id$
- Author:
- Eric Pugh, Peter Courcoux
-
-
Field Summary
-
Fields inherited from class org.apache.turbine.test.BaseTestCase
attributes, maxInactiveInterval
-
-
Constructor Summary
Constructors Constructor Description ExecutePageValveTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
destroy()
static void
init()
void
setUpBefore()
void
testValve()
void
testValveWithSecureAction()
-
Methods inherited from class org.apache.turbine.test.BaseTestCase
baseInit, getMockRequest, getPipelineData, getRunData
-
-
-
-
Constructor Detail
-
ExecutePageValveTest
public ExecutePageValveTest()
-
-
Method Detail
-
init
@BeforeAll public static void init()
-
setUpBefore
@BeforeEach public void setUpBefore() throws Exception
- Throws:
Exception
-
testValveWithSecureAction
@Test public void testValveWithSecureAction() throws Exception
- Throws:
Exception
-
destroy
@AfterAll public static void destroy()
-
-