Uses of Class
org.apache.sling.launchpad.webapp.integrationtest.RenderingTestBase
-
Packages that use RenderingTestBase Package Description org.apache.sling.launchpad.webapp.integrationtest The tests found in and under this package are used in the "integration-test" build phase (SLING-82), they are not run as part of the normal "test" build phase.org.apache.sling.launchpad.webapp.integrationtest.crud org.apache.sling.launchpad.webapp.integrationtest.issues org.apache.sling.launchpad.webapp.integrationtest.scripting org.apache.sling.launchpad.webapp.integrationtest.servlets.resolver.errorhandler -
-
Uses of RenderingTestBase in org.apache.sling.launchpad.webapp.integrationtest
Subclasses of RenderingTestBase in org.apache.sling.launchpad.webapp.integrationtest Modifier and Type Class Description classAbstractSlingResourceTypeRenderingTestBase abstract test for creating a Node and rendering it using scripts in various supported languages, using slingResourceType-based script resolutionclassExecuteScriptTestTest the executeScript test methodclassGetStarTestA GET to *.html and *.json must work even if there is no Node at the specified path (SLING-344)classGetWithSuffixTestGET requests with a suffix should fail with a 404, otherwise we get a lot of extra possible URLs which point to the same content.classImmediateScriptActivationTestUpload many different scripts in sequence and verify that they are immediately available to render content.classNodeTypeBasedRenderingTestTest rendering resources based on their JCR node typeclassNodetypeRenderingTestTest creating a Node and rendering it using scripts in various supported languages, using nodetype-based script resolutionclassPropertyRenderingTestTest the rendering of JCR Properties, directly addressed by URLs.classResourceSuperTypeTestTest resource supertypesclassScriptBindingsValuesProviderTestclassScriptBuiltinObjectsTestclassSlingResourceTypeRenderingTestTest creating a Node and rendering it using scripts in various supported languages, using slingResourceType-based script resolutionclassSlingWebDavServletTestclassStreamServletTestTest the streaming of static files uploaded to the repository -
Uses of RenderingTestBase in org.apache.sling.launchpad.webapp.integrationtest.crud
Subclasses of RenderingTestBase in org.apache.sling.launchpad.webapp.integrationtest.crud Modifier and Type Class Description classCrudTest -
Uses of RenderingTestBase in org.apache.sling.launchpad.webapp.integrationtest.issues
Subclasses of RenderingTestBase in org.apache.sling.launchpad.webapp.integrationtest.issues Modifier and Type Class Description classSLING2094TestTest the SLING-2094 JSP errorpage statementclassSLING457Test -
Uses of RenderingTestBase in org.apache.sling.launchpad.webapp.integrationtest.scripting
Subclasses of RenderingTestBase in org.apache.sling.launchpad.webapp.integrationtest.scripting Modifier and Type Class Description classSlingJSPTaglibTestIntegration test of the new taglibs. -
Uses of RenderingTestBase in org.apache.sling.launchpad.webapp.integrationtest.servlets.resolver.errorhandler
Subclasses of RenderingTestBase in org.apache.sling.launchpad.webapp.integrationtest.servlets.resolver.errorhandler Modifier and Type Class Description classErrorHandlingTestTest the sling error handling mechanism http://sling.apache.org/site/errorhandling.html
-