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.RetryRule
retryRule
-
Constructor Summary
Constructors Constructor Description JspIncludeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
tearDown()
void
testCall()
void
testCallToSupertype()
void
testForcedResourceType()
void
testInfiniteLoopDetection()
void
testMaxCallsDetection()
void
testVarInclude()
void
testWithInclude()
void
testWithIncludeAndExtension()
void
testWithoutInclude()
-
-
-
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
-
-