All Classes Interface Summary Class Summary Exception Summary
| Class |
Description |
| AbstractSlingResourceTypeRenderingTest |
Base abstract test for creating a Node and rendering it using scripts in
various supported languages, using slingResourceType-based
script resolution
|
| AnonymousAccessTest |
Verify that anonymous has read access via HTTP, but only
under /content as per SLING-6130
|
| AuthenticatedTestUtil |
Utility class for tests which use authentication.
|
| AuthenticationResponseCodeTest |
Test of the response code from an authentication request depending on various
request parameters and headers including j_validate, Ajax detection, and
non-browser client detection.
|
| AuthRequestLoginTest |
Verify that the sling:authRequestLogin parameter forces login
|
| BasicTeleporterTest |
Basic test of the teleporter mechanism
|
| BundleContentTest |
|
| ContentLoaderMiscPropertyTest |
Test that property types are supported in initial content.
|
| CreateNodeTest |
Test creating a Node using the MicroslingIntegrationTestClient
|
| CrudTest |
|
| CustomPostOperationTest |
Test the custom PostOperation provided by the test-services module
|
| DavExDisabledAnonAccessTest |
Test that the repository is accessible via DavEx when anonymous access is
disabled.
|
| DavExIntegrationTest |
Test of Davex
|
| DomTest |
The DomTest verifies that simple DOM executions are successful
|
| EmbeddedDependenciesTeleporterTest |
Verify that the teleporter correctly embeds additional
classes that this test requires, even if they are
referred to indirectly.
|
| EmbeddedModelTest |
Verify that the provisioning model used to build this instance is available
as a Launchpad resource.
|
| ErrorHandlingTest |
Test the sling error handling mechanism http://sling.apache.org/site/errorhandling.html
|
| EspLoadTest |
Test the SLING-428 esp load function
|
| EventsCounterTest |
Test the EventsCounter servlet and underlying events subsystems
|
| EventsCounterUtil |
Give access to info provided by the test-services EventsCounterServlet
|
| ExecuteScriptTest |
Test the executeScript test method
|
| ExportedPackagesTest |
|
| ExtensionServletTest |
Test the ExtensionServlet
|
| FileUploadTest |
Test uploading files to the Sling repository
via WebDAV, as a first step towards testing the
complete content creation and rendering scenario.
|
| FiltersTest |
|
| FiltersTest2 |
|
| ForwardTest |
Test the {link ScriptHelper#forward) functionality
|
| FullTextIndexingTest |
The FullTextIndexingTest verifies that a PDF file which is uploaded will have its contents indexed and
available for full-text searches, in several different paths.
|
| GeneratedNodeNameTest |
Test the generation of node names for POST requests to URLS
ending in / *
|
| GeneratedNodeNameTestStar |
Test the generation of node names for POST requests to URLS
ending in / *
|
| GetStarTest |
A GET to *.html and *.json must work even if there is no Node
at the specified path (SLING-344)
|
| 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.
|
| HeadServletTest |
Test HEAD requests
|
| HtlTest |
|
| HtmlDefaultServletTest |
Test for SLING-1069
|
| HttpPingTest |
Ping the Sling server to verify that our integration test
setup is ok.
|
| ImmediateScriptActivationTest |
Upload many different scripts in sequence and verify that they are immediately
available to render content.
|
| InactiveRunModeTest |
Verify that a bundle that has a non-active run mode is not present.
|
| IncludeTest |
Test the {link ScriptHelper#include) functionality
|
| InitialContentTest |
|
| InstallManyBundlesTest |
Test the installation and update of several (optionally many)
bundles via the JCR installer
|
| JavascriptWrappersTest |
Test Scriptable objects
|
| JaxbMarshallingTest |
The JaxbMarshallingTest verifies that a simple JAXB entity can be marshalled by a Sling servlet
|
| JsonRenderingTest |
Test creating Nodes and rendering them in JSON
|
| JsonUtil |
|
| JspForwardTest |
Test the {link ScriptHelper#forward) functionality
|
| JspIncludeTest |
Test the {link ScriptHelper#include) functionality
|
| JspScriptingTest |
Test JSP scripting
TODO this class can be generalized to be used for any scripting language,
that would help in testing all scripting engines.
|
| LaunchpadConfigInstallerTest |
Verify that the test config is installed
|
| LaunchpadCustomizer |
TeleporterRule Customizer used for Sling launchpad integration tests.
|
| LdapFilterTeleporterTest |
Test Teleporter access to services using LDAP filters
|
| LocalServiceTeleporterTest |
Test registering a service with a local interface in our teleported server-side test class.
|
| MappingEventsProxyTest |
Run the server-side MappingEventsTest
|
| MiscUnsafeTest |
The MiscUnsafeTest verifies that the sun.misc.Unsafe class can be loaded
|
| MkdirTest |
Test the MicroslingIntegrationTestClient's mkdir functions
|
| MultipleRulesTeleporterTest |
Verify that additional JUnit Rules are handled correctly
by the teleporter, by doing some funky stuff with a generator
Rule and before/after statements.
|
| NodeTypeBasedRenderingTest |
Test rendering resources based on their JCR node type
|
| NodetypeRenderingTest |
Test creating a Node and rendering it using scripts in
various supported languages, using nodetype-based
script resolution
|
| PathsServletTest |
|
| PathsServletWithNodeTest |
Test that a servlet registered at a particular path is still executed when a
node at that path also exists.
|
| PlanetsResourceProviderTest |
Test the PlanetsResourceProvider that the test-services bundles provides
|
| PostRedirectTest |
Test the various redirect options for POST, SLING-126
|
| PostResponseCreatorTest |
|
| PostSendErrorTest |
Test the various status options for POST, SLING-10006
|
| PostServletAtCopyTest |
Test item copy support by @CopyFrom suffix (SLING-455)
|
| PostServletAtDeleteTest |
Test support of @Delete suffix of SLING-458
|
| PostServletAtMoveTest |
Test item move support by @MoveFrom suffix (SLING-455)
|
| PostServletCopyTest |
Test node copy via the MicrojaxPostServlet
|
| PostServletCreateTest |
Test node creation via the SlingPostServlet
|
| PostServletDeleteParentTest |
SLING-3203 - POST servlet should not delete parent
of non-existing node
|
| PostServletDeleteTest |
Test node deletion via the MicrojaxPostServlet
|
| PostServletImportTest |
Test content import via the MicrojaxPostServlet
|
| PostServletMoveTest |
Test node move via the MicrojaxPostServlet
|
| PostServletNopTest |
|
| PostServletOrderTest |
Test the order option for node creation via the MicrojaxPostServlet
|
| PostServletOutputContentTypeTest |
Test switching the output content-type of the POST servlet using
either an Accept header or :http-equiv-accept parameter
|
| PostServletPatchTest |
Integration test of the @Patch method in the post servlet.
|
| PostServletPrivilegesUpdateTest |
|
| PostServletUpdateTest |
Test node updates via the MicrojaxPostServlet
|
| PostServletVersionableTest |
Test node creation via the PostServlet and versionable nodes
|
| PostStatusTest |
Test the various status options for POST, SLING-422
|
| PostToRootTest |
Test POSTing to root node (SLING-668)
|
| PrefixTest |
Verify that PrefixServletZero overrides PrefixServletMinusOne
|
| PrioritiesTest |
Test the priority of servlet selection mechanisms
|
| PropertyRenderingTest |
Test the rendering of JCR Properties, directly addressed by URLs.
|
| PutMethodServletTest |
Test the PutMethodServlet resolution
|
| R6WhiteboardServletTest |
Test class which validates that the R6WhiteboardServlet is registered
|
| RangeStreamingTest |
The RangeStreamingTest tests the Range request header support
for the StreamRendererServlet introduced with SLING-1814
|
| RedirectOnLoginErrorTest |
Test SLING-2165 Verify that redirect to the referring login form after login error works
|
| RedirectOnLogoutTest |
Verify that redirect to resource after logout works
|
| RedirectTest |
Test redirects
|
| ReferenceTypeHintTest |
Integration test of reference type hints in the post servlet.
|
| RenderingTestBase |
Base class for rendering tests
|
| RepoinitPathTest |
Verify that a path is created by repoinit statements
from our provisioning model.
|
| RepositoryInitializersTest |
Verify that the SlingRepositoryInitializer provided by our test
services bundle have run.
|
| RepositoryNameTest |
Verify the repository name when running on Oak.
|
| RepositoryTestUtil |
|
| RequestAttributeTest |
Test the "org.apache.sling.api.include.servlet" and
"org.apache.sling.api.include.resource" request attributes with the {link
ScriptHelper#include) functionality
|
| RequestObjectTest |
Test the values returned by the HttpServletRequest object server-side,
created for SLING-4804
|
| RequestUriOptingServletTest |
Test the RequestUriOptingServlet resolution
|
| ResourceDecoratorTest |
|
| ResourceResolverApiTest |
Various ResourceResolver API tests, converted to teleported tests from
the previous resourceresolver-api.jsp script.
|
| ResourceResolverGeneralTest |
|
| ResourceSuperTypeTest |
Test resource supertypes
|
| SaxTest |
The SaxTest verifies that a simple SAX operation is successful
|
| ScriptBindingsValuesProviderTest |
|
| ScriptBuiltinObjectsTest |
|
| SelectorServletTest |
Test the SelectorServlet
|
| ServerSideInstallerTest |
Installer test, converted to teleported tests from
the previous installer-duplicate.jsp test script
|
| ServerSideScriptsTest |
Execute all server-side test scripts found in a specified
(class) resource folder.
|
| ServerSideTestClient |
Configurable SlingClient for server-side tests.
|
| ServerSideTestClient.TestResults |
|
| ServicesPresentTest |
This teleported test checks the presence of multiple services in the Sling launchpad.
|
| ServletResolverConfigTest |
Verify that the ServletResolver cache is disabled for testing
|
| SLING2082Test |
|
| SLING2085Test |
|
| SLING2094Test |
Test the SLING-2094 JSP errorpage statement
|
| SLING2522Test |
|
| SLING2617Test |
|
| SLING457Test |
|
| SLING760Test |
|
| SlingAutoPropertiesTest |
{#link MicrojaxPropertyValueSetter} sets the value of some properties
automatically if they are empty.
|
| SlingDateValuesTest |
checks if the date parsing for non jcr-dates works.
|
| SlingDefaultValuesTest |
{#link SlingPropertyValueSetter} sets the value of some properties
with default values if they are empty.
|
| SlingJSPTaglibTest |
Integration test of the new taglibs.
|
| SlingPostProcessorTest |
Test the SlingPostProcessor mechanism using the SlingPostProcessorOne
and Two from our test-services module.
|
| SlingResourceTypeRenderingTest |
Test creating a Node and rendering it using scripts in
various supported languages, using slingResourceType-based
script resolution
|
| SlingSessionInfoTest |
Test the sling:sessionInfo resource
|
| SlingWebDavServletTest |
|
| SomePojo |
POJO used indirectly by RequiredDependenciesTest
|
| SomeService |
|
| SomeString |
POJO used indirectly by RequiredDependenciesTest
|
| SomeUtility |
Utility class used directly by RequiredDependenciesTest
|
| StandaloneScriptExecutionTest |
|
| StaticContentTest |
Some tests about static content
|
| StreamServletTest |
Test the streaming of static files uploaded to the repository
|
| SyntheticResourceTest |
Test the SLING-129 SyntheticResource, by requesting
non-existent Nodes..
|
| SystemUsersTest |
Verify that required system users have been created
|
| TagFileTest |
Verifies that JSP Tag files function correctly
|
| TeleportedResourcesFolderTest |
Verify that specified resources are included in the
teleported bundle, using a folder notation to include
multiple resources.
|
| TeleportedResourcesSingleTest |
Verify that specified resources are included in the
teleported bundle, using the single resource notation.
|
| TeleporterOptionsTest |
Test the teleporter client-side options
|
| TeleporterOptionsTest.OptionsException |
|
| UploadFileTest |
Test uploading files using the Sling post servlet (SLING-168)
|
| ValueFromTest |
Test the @ValueFrom field name suffix, SLING-130
|
| VanityPathTest |
Tests of the sling:VanityPath mixin support.
|
| VersionInfoServletTest |
|
| VersionParameterTest |
|
| WebdavDeleteTest |
|
| WebDavDoubleSlashTest |
Clarify the behavior of a double slash in a Sling WebDAV URL
|
| WebdavOptionsTest |
Test WebDAV upload of various file types
|
| WebdavUploadTest |
Test WebDAV upload of various file types
|
| WriteableResourcesProxyTest |
Run the server-side WriteableResourcesTest
|
| XPathTest |
The XPathTest verifies that a simple Xpath transformation is successful
|