|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpTestBase | |
---|---|
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.accessManager | |
org.apache.sling.launchpad.webapp.integrationtest.auth | |
org.apache.sling.launchpad.webapp.integrationtest.issues | |
org.apache.sling.launchpad.webapp.integrationtest.login | |
org.apache.sling.launchpad.webapp.integrationtest.scripting | |
org.apache.sling.launchpad.webapp.integrationtest.servlets.post | |
org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution | |
org.apache.sling.launchpad.webapp.integrationtest.userManager |
Uses of HttpTestBase in org.apache.sling.launchpad.webapp.integrationtest |
---|
Subclasses of HttpTestBase in org.apache.sling.launchpad.webapp.integrationtest | |
---|---|
class |
AbstractAuthenticatedTest
This class consists of utility methods for writing tests which use authentication. |
class |
AbstractSlingResourceTypeRenderingTest
Base abstract test for creating a Node and rendering it using scripts in various supported languages, using slingResourceType-based script resolution |
class |
BundleContentTest
|
class |
ContentLoaderMiscPropertyTest
Test that property types are supported in initial content. |
class |
CreateNodeTest
Test creating a Node using the MicroslingIntegrationTestClient |
class |
DavExIntegrationTest
Test of Davex |
class |
EspLoadTest
Test the SLING-428 esp load function |
class |
ExecuteScriptTest
Test the executeScript test method |
class |
FileUploadTest
Test uploading files to the Sling repository via WebDAV, as a first step towards testing the complete content creation and rendering scenario. |
class |
FiltersTest
|
class |
ForwardTest
Test the {link ScriptHelper#forward) functionality |
class |
GeneratedNodeNameTest
Test the generation of node names for POST requests to URLS ending in / * |
class |
GeneratedNodeNameTestStar
Test the generation of node names for POST requests to URLS ending in / * |
class |
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 |
HttpPingTest
Ping the Sling server to verify that our integration test setup is ok. |
class |
IncludeTest
Test the {link ScriptHelper#include) functionality |
class |
InitialContentTest
|
class |
JavascriptWrappersTest
Test Scriptable objects |
class |
JsonQueryServletTest
Test the {link JsonQueryServlet) functionality. |
class |
JsonRenderingTest
Test creating Nodes and rendering them in JSON |
class |
JspForwardTest
Test the {link ScriptHelper#forward) functionality |
class |
JspIncludeTest
Test the {link ScriptHelper#include) functionality |
class |
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. |
class |
JspTestBase
Base class for tests that use JSP - configures the JSP scripting engine in a test-friendly way |
class |
LaunchpadConfigInstallerTest
Verify that the test config is installed |
class |
MkdirTest
Test the MicroslingIntegrationTestClient's mkdir functions |
class |
NamespaceMappingTest
Test that both Sling-Namespaces and NamespaceMapper work. |
class |
NodetypeRenderingTest
Test creating a Node and rendering it using scripts in various supported languages, using nodetype-based script resolution |
class |
PostRedirectTest
Test the various redirect options for POST, SLING-126 |
class |
PropertyRenderingTest
Test the rendering of JCR Properties, directly addressed by URLs. |
class |
RangeStreamingTest
The RangeStreamingTest tests the Range request header support
for the StreamRendererServlet introduced with SLING-1814 |
class |
RedirectTest
Test creating Nodes and rendering them in JSON |
class |
RenderingTestBase
Base class for rendering tests |
class |
RequestAttributeTest
Test the "org.apache.sling.api.include.servlet" and "org.apache.sling.api.include.resource" request attributes with the {link ScriptHelper#include) functionality |
class |
ResourceDecoratorTest
|
class |
ResourceSuperTypeTest
Test resource supertypes |
class |
ScriptBindingsValuesProviderTest
|
class |
ScriptBuiltinObjectsTest
|
class |
SlingResourceTypeRenderingTest
Test creating a Node and rendering it using scripts in various supported languages, using slingResourceType-based script resolution |
class |
StaticContentTest
Some tests about static content |
class |
StreamServletTest
Test the streaming of static files uploaded to the repository |
class |
SyntheticResourceTest
Test the SLING-129 SyntheticResource , by requesting
non-existent Nodes.. |
class |
UploadFileTest
Test uploading files using the Sling post servlet (SLING-168) |
class |
ValueFromTest
Test the @ValueFrom field name suffix, SLING-130 |
class |
WebdavUploadTest
Test WebDAV upload of various file types |
Uses of HttpTestBase in org.apache.sling.launchpad.webapp.integrationtest.accessManager |
---|
Subclasses of HttpTestBase in org.apache.sling.launchpad.webapp.integrationtest.accessManager | |
---|---|
class |
AbstractAccessManagerTest
Base class for AccessManager tests. |
class |
ModifyAceTest
Tests for the 'modifyAce' Sling Post Operation |
class |
PrivilegesInfoTest
Tests for the PrivilegesInfo Script Helper |
class |
RemoveAcesTest
Tests for the 'removeAce' Sling POST operation |
Uses of HttpTestBase in org.apache.sling.launchpad.webapp.integrationtest.auth |
---|
Subclasses of HttpTestBase in org.apache.sling.launchpad.webapp.integrationtest.auth | |
---|---|
class |
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. |
Uses of HttpTestBase in org.apache.sling.launchpad.webapp.integrationtest.issues |
---|
Subclasses of HttpTestBase in org.apache.sling.launchpad.webapp.integrationtest.issues | |
---|---|
class |
SLING457Test
|
class |
SLING760Test
|
Uses of HttpTestBase in org.apache.sling.launchpad.webapp.integrationtest.login |
---|
Subclasses of HttpTestBase in org.apache.sling.launchpad.webapp.integrationtest.login | |
---|---|
class |
AuthRequestLoginTest
Verify that the sling:authRequestLogin parameter forces login |
class |
FormGenerationTest
Test of form generation from auth.core. |
Uses of HttpTestBase in org.apache.sling.launchpad.webapp.integrationtest.scripting |
---|
Subclasses of HttpTestBase in org.apache.sling.launchpad.webapp.integrationtest.scripting | |
---|---|
class |
StandaloneScriptExecutionTest
|
Uses of HttpTestBase in org.apache.sling.launchpad.webapp.integrationtest.servlets.post |
---|
Subclasses of HttpTestBase in org.apache.sling.launchpad.webapp.integrationtest.servlets.post | |
---|---|
class |
PostServletAtCopyTest
Test item copy support by @CopyFrom suffix (SLING-455) |
class |
PostServletAtDeleteTest
Test support of @Delete suffix of SLING-458 |
class |
PostServletAtMoveTest
Test item move support by @MoveFrom suffix (SLING-455) |
class |
PostServletCopyTest
Test node copy via the MicrojaxPostServlet |
class |
PostServletCreateTest
Test node creation via the MicrojaxPostServlet |
class |
PostServletDeleteTest
Test node deletion via the MicrojaxPostServlet |
class |
PostServletImportTest
Test content import via the MicrojaxPostServlet |
class |
PostServletMoveTest
Test node move via the MicrojaxPostServlet |
class |
PostServletNopTest
|
class |
PostServletOrderTest
Test the order option for node creation via the MicrojaxPostServlet |
class |
PostServletOutputContentTypeTest
Test switching the output content-type of the POST servlet using either an Accept header or :http-equiv-accept parameter |
class |
PostServletUpdateTest
Test node updates via the MicrojaxPostServlet |
class |
PostServletVersionableTest
Test node creation via the PostServlet and versionable nodes |
class |
PostStatusTest
Test the various status options for POST, SLING-422 |
class |
PostToRootTest
Test POSTing to root node (SLING-668) |
class |
ReferenceTypeHintTest
Integration test of reference type hints in the post servlet. |
class |
SlingAutoPropertiesTest
{#link MicrojaxPropertyValueSetter} sets the value of some properties automatically if they are empty. |
class |
SlingDateValuesTest
checks if the date parsing for non jcr-dates works. |
class |
SlingDefaultValuesTest
{#link SlingPropertyValueSetter} sets the value of some properties with default values if they are empty. |
class |
SlingSessionInfoTest
Test the sling:sessionInfo resource |
Uses of HttpTestBase in org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution |
---|
Subclasses of HttpTestBase in org.apache.sling.launchpad.webapp.integrationtest.servlets.resolution | |
---|---|
class |
ExtensionServletTest
Test the ExtensionServlet |
class |
HtmlDefaultServletTest
Test for SLING-1069 |
class |
PathsServletTest
|
class |
PrefixTest
Verify that PrefixServletZero overrides PrefixServletMinusOne |
class |
PrioritiesTest
Test the priority of servlet selection mechanisms |
class |
PutMethodServletTest
Test the PutMethodServlet resolution |
class |
RequestUriOptingServletTest
Test the RequestUriOptingServlet resolution |
class |
SelectorServletTest
Test the SelectorServlet |
class |
WarSelectorServletTest
Test the SelectorServlet provided by the WAR test services bundle. |
Uses of HttpTestBase in org.apache.sling.launchpad.webapp.integrationtest.userManager |
---|
Subclasses of HttpTestBase in org.apache.sling.launchpad.webapp.integrationtest.userManager | |
---|---|
class |
AbstractUserManagerTest
Base class for UserManager tests. |
class |
CreateGroupTest
Tests for the 'createGroup' Sling Post Operation |
class |
CreateUserTest
Tests for the 'createUser' Sling Post Operation |
class |
RemoveAuthorizablesTest
Tests for the 'removeAuthorizable' Sling Post Operation |
class |
UpdateGroupTest
Tests for the 'updateAuthorizable' Sling Post Operation on a group resource. |
class |
UpdateUserTest
Tests for the 'updateAuthorizable' and 'changePassword' Sling Post Operations on a user resource. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |