Class JspIncludeTest
- java.lang.Object
-
- org.apache.sling.launchpad.webapp.integrationtest.JspIncludeTest
-
public class JspIncludeTest extends Object
Test the {link ScriptHelper#include) functionality
-
-
Field Summary
Fields Modifier and Type Field Description org.apache.sling.commons.testing.junit.RetryRuleretryRule
-
Constructor Summary
Constructors Constructor Description JspIncludeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtearDown()voidtestCall()voidtestCallToSupertype()voidtestForcedResourceType()voidtestInfiniteLoopDetection()voidtestMaxCallsDetection()voidtestVarInclude()voidtestWithInclude()voidtestWithIncludeAndExtension()voidtestWithoutInclude()
-
-
-
Method Detail
-
testWithoutInclude
public void testWithoutInclude() throws IOException- Throws:
IOException
-
testWithInclude
public void testWithInclude() throws IOException- Throws:
IOException
-
testWithIncludeAndExtension
public void testWithIncludeAndExtension() throws IOException- Throws:
IOException
-
testInfiniteLoopDetection
public void testInfiniteLoopDetection() throws IOException- Throws:
IOException
-
testMaxCallsDetection
public void testMaxCallsDetection() throws IOException- Throws:
IOException
-
testForcedResourceType
public void testForcedResourceType() throws IOException- Throws:
IOException
-
testCall
public void testCall() throws IOException- Throws:
IOException
-
testCallToSupertype
public void testCallToSupertype() throws IOException- Throws:
IOException
-
testVarInclude
public void testVarInclude() throws IOException- Throws:
IOException
-
-