Package org.apache.turbine.pipeline
Class DetermineTargetValveTest
- java.lang.Object
-
- org.apache.turbine.test.BaseTestCase
-
- org.apache.turbine.pipeline.DetermineTargetValveTest
-
public class DetermineTargetValveTest 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 DetermineTargetValveTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
destroy()
static void
init()
void
setUpBefore()
void
testScreenNotSet()
void
testScreenSet()
Tests the Valve.-
Methods inherited from class org.apache.turbine.test.BaseTestCase
baseInit, getMockRequest, getPipelineData, getRunData
-
-
-
-
Constructor Detail
-
DetermineTargetValveTest
public DetermineTargetValveTest()
-
-
Method Detail
-
init
@BeforeAll public static void init()
-
setUpBefore
@BeforeEach public void setUpBefore() throws Exception
- Throws:
Exception
-
testScreenSet
@Test public void testScreenSet() throws Exception
Tests the Valve.- Throws:
Exception
-
testScreenNotSet
@Test public void testScreenNotSet() throws Exception
- Throws:
Exception
-
destroy
@AfterAll public static void destroy()
-
-