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 class
AbstractSlingResourceTypeRenderingTest
Base abstract test for creating a Node and rendering it using scripts in various supported languages, using slingResourceType-based script resolutionclass
ExecuteScriptTest
Test the executeScript test methodclass
GetStarTest
A GET to *.html and *.json must work even if there is no Node at the specified path (SLING-344)class
GetWithSuffixTest
GET requests with a suffix should fail with a 404, otherwise we get a lot of extra possible URLs which point to the same content.class
ImmediateScriptActivationTest
Upload many different scripts in sequence and verify that they are immediately available to render content.class
NodeTypeBasedRenderingTest
Test rendering resources based on their JCR node typeclass
NodetypeRenderingTest
Test creating a Node and rendering it using scripts in various supported languages, using nodetype-based script resolutionclass
PropertyRenderingTest
Test the rendering of JCR Properties, directly addressed by URLs.class
ResourceSuperTypeTest
Test resource supertypesclass
ScriptBindingsValuesProviderTest
class
ScriptBuiltinObjectsTest
class
SlingResourceTypeRenderingTest
Test creating a Node and rendering it using scripts in various supported languages, using slingResourceType-based script resolutionclass
SlingWebDavServletTest
class
StreamServletTest
Test 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 class
CrudTest
-
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 class
SLING2094Test
Test the SLING-2094 JSP errorpage statementclass
SLING457Test
-
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 class
SlingJSPTaglibTest
Integration 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 class
ErrorHandlingTest
Test the sling error handling mechanism http://sling.apache.org/site/errorhandling.html
-