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.RetryRuleretryRule
-
Constructor Summary
Constructors Constructor Description JspForwardTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtearDown()voidtestForcedResourceType()voidtestInfiniteLoopDetection()voidtestWithForward()voidtestWithForwardAndExtension()voidtestWithJspForward()voidtestWithoutForward()
-
-
-
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
-
-