Class JspScriptingTest
- java.lang.Object
-
- org.apache.sling.launchpad.webapp.integrationtest.JspScriptingTest
-
public class JspScriptingTest extends Object
Test JSP scripting TODO this class can be generalized to be used for any scripting language, that would help in testing all scripting engines.
-
-
Field Summary
Fields Modifier and Type Field Description static int
CHECK_CONTENT_INTERVAL_MSEC
static int
CHECK_CONTENT_TIMEOUT_SECONDS
org.apache.sling.commons.testing.junit.RetryRule
retryRule
-
Constructor Summary
Constructors Constructor Description JspScriptingTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
tearDown()
void
testChangingJsp()
void
testEnum()
void
testRtJsp()
void
testRtNoScript()
void
testTagFile()
void
testUnstructuredJsp()
void
testUnstructuredNoScript()
-
-
-
Field Detail
-
CHECK_CONTENT_TIMEOUT_SECONDS
public static final int CHECK_CONTENT_TIMEOUT_SECONDS
- See Also:
- Constant Field Values
-
CHECK_CONTENT_INTERVAL_MSEC
public static final int CHECK_CONTENT_INTERVAL_MSEC
- See Also:
- Constant Field Values
-
retryRule
public org.apache.sling.commons.testing.junit.RetryRule retryRule
-
-