Package org.apache.turbine.pipeline
Class DefaultLoginValveTest
- java.lang.Object
-
- org.apache.turbine.test.BaseTestCase
-
- org.apache.turbine.pipeline.DefaultLoginValveTest
-
public class DefaultLoginValveTest extends BaseTestCase
Tests TurbinePipeline.- 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 DefaultLoginValveTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voiddestroy()static voidinit()voidsetUpBefore()voidtestDefaults()Tests the Valve.voidtestLogout()Tests the LogoutAction.-
Methods inherited from class org.apache.turbine.test.BaseTestCase
baseInit, getMockRequest, getPipelineData, getRunData
-
-
-
-
Constructor Detail
-
DefaultLoginValveTest
public DefaultLoginValveTest()
-
-
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
-
testLogout
@Test public void testLogout() throws Exception
Tests the LogoutAction.- Throws:
Exception
-
destroy
@AfterAll public static void destroy()
-
-