Class JspForwardTest
- java.lang.Object
-
- org.apache.sling.launchpad.webapp.integrationtest.JspForwardTest
-
public class JspForwardTest extends Object
Test the {link ScriptHelper#forward) functionality
-
-
Field Summary
Fields Modifier and Type Field Description org.apache.sling.commons.testing.junit.RetryRule
retryRule
-
Constructor Summary
Constructors Constructor Description JspForwardTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
tearDown()
void
testForcedResourceType()
void
testInfiniteLoopDetection()
void
testWithForward()
void
testWithForwardAndExtension()
void
testWithJspForward()
void
testWithoutForward()
-
-
-
Method Detail
-
testWithoutForward
public void testWithoutForward() throws IOException
- Throws:
IOException
-
testWithForward
public void testWithForward() throws IOException
- Throws:
IOException
-
testWithForwardAndExtension
public void testWithForwardAndExtension() throws IOException
- Throws:
IOException
-
testWithJspForward
public void testWithJspForward() throws IOException
- Throws:
IOException
-
testInfiniteLoopDetection
public void testInfiniteLoopDetection() throws IOException
- Throws:
IOException
-
testForcedResourceType
public void testForcedResourceType() throws IOException
- Throws:
IOException
-
-