Uses of Class
org.apache.sling.launchpad.webapp.integrationtest.AbstractAuthenticatedTest

Packages that use AbstractAuthenticatedTest
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.servlets.post   
org.apache.sling.launchpad.webapp.integrationtest.userManager   
 

Uses of AbstractAuthenticatedTest in org.apache.sling.launchpad.webapp.integrationtest
 

Subclasses of AbstractAuthenticatedTest in org.apache.sling.launchpad.webapp.integrationtest
 class NamespaceMappingTest
          Test that both Sling-Namespaces and NamespaceMapper work.
 

Uses of AbstractAuthenticatedTest in org.apache.sling.launchpad.webapp.integrationtest.accessManager
 

Subclasses of AbstractAuthenticatedTest 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 AbstractAuthenticatedTest in org.apache.sling.launchpad.webapp.integrationtest.servlets.post
 

Subclasses of AbstractAuthenticatedTest in org.apache.sling.launchpad.webapp.integrationtest.servlets.post
 class PostServletUpdateTest
          Test node updates via the MicrojaxPostServlet
 

Uses of AbstractAuthenticatedTest in org.apache.sling.launchpad.webapp.integrationtest.userManager
 

Subclasses of AbstractAuthenticatedTest 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.
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.