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 intCHECK_CONTENT_INTERVAL_MSECstatic intCHECK_CONTENT_TIMEOUT_SECONDSorg.apache.sling.commons.testing.junit.RetryRuleretryRule
-
Constructor Summary
Constructors Constructor Description JspScriptingTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtearDown()voidtestChangingJsp()voidtestEnum()voidtestRtJsp()voidtestRtNoScript()voidtestTagFile()voidtestUnstructuredJsp()voidtestUnstructuredNoScript()
-
-
-
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
-
-