Class ResourceResolverGeneralTest
- java.lang.Object
-
- org.apache.sling.launchpad.webapp.integrationtest.resourceresolver.ResourceResolverGeneralTest
-
public class ResourceResolverGeneralTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringMAPPING_EVENT_TOPICstatic StringPROP_REDIRECT_EXTERNALstatic StringPROP_REDIRECT_INTERNALorg.apache.sling.junit.rules.TeleporterRuleteleporter
-
Constructor Summary
Constructors Constructor Description ResourceResolverGeneralTest()
-
Method Summary
-
-
-
Field Detail
-
PROP_REDIRECT_INTERNAL
public static final String PROP_REDIRECT_INTERNAL
- See Also:
- Constant Field Values
-
PROP_REDIRECT_EXTERNAL
public static final String PROP_REDIRECT_EXTERNAL
- See Also:
- Constant Field Values
-
MAPPING_EVENT_TOPIC
public static final String MAPPING_EVENT_TOPIC
- See Also:
- Constant Field Values
-
teleporter
public final org.apache.sling.junit.rules.TeleporterRule teleporter
-
-
Method Detail
-
test_clone_based_on_anonymous
public void test_clone_based_on_anonymous() throws Exception- Throws:
Exception
-
test_clone_based_on_admin
public void test_clone_based_on_admin() throws Exception- Throws:
Exception
-
test_attributes_from_authInfo
public void test_attributes_from_authInfo() throws Exception- Throws:
Exception
-
testResolveResourceExternalRedirect
public void testResolveResourceExternalRedirect() throws Exception- Throws:
Exception
-
testResolveResourceInternalRedirectUrl
public void testResolveResourceInternalRedirectUrl() throws Exception- Throws:
Exception
-
testResolveResourceInternalRedirectPath
public void testResolveResourceInternalRedirectPath() throws Exception- Throws:
Exception
-
testResolveResourceInternalRedirectPathAndVanityPath
public void testResolveResourceInternalRedirectPathAndVanityPath() throws Exception- Throws:
Exception
-
testResolveResourceInternalRedirectPathUpdate
public void testResolveResourceInternalRedirectPathUpdate() throws Exception- Throws:
Exception
-
testResolveResourceInternalRedirectExact
public void testResolveResourceInternalRedirectExact() throws Exception- Throws:
Exception
-
testResolveResourceInternalRedirectDepthFirst
public void testResolveResourceInternalRedirectDepthFirst() throws Exception- Throws:
Exception
-
testResolveVirtualHostHttp80
public void testResolveVirtualHostHttp80() throws Exception- Throws:
Exception
-
testResolveVirtualHostHttp80Multiple
public void testResolveVirtualHostHttp80Multiple() throws Exception- Throws:
Exception
-
testResolveVirtualHostHttp80MultipleRoot
public void testResolveVirtualHostHttp80MultipleRoot() throws Exception- Throws:
Exception
-
testResolveVirtualHostHttp8080
public void testResolveVirtualHostHttp8080() throws Exception- Throws:
Exception
-
testResolveVirtualHostHttp8080Root
public void testResolveVirtualHostHttp8080Root() throws Exception- Throws:
Exception
-
testResolveVirtualHostHttps443
public void testResolveVirtualHostHttps443() throws Exception- Throws:
Exception
-
testResolveVirtualHostHttps4443
public void testResolveVirtualHostHttps4443() throws Exception- Throws:
Exception
-
testResolveVirtualHostHttpVsHttps
public void testResolveVirtualHostHttpVsHttps() throws Exception- Throws:
Exception
-
testResolveResourceAliasWithUpdate
public void testResolveResourceAliasWithUpdate() throws Exception- Throws:
Exception
-
testResolveRemovedResourceAlias
public void testResolveRemovedResourceAlias() throws Exception- Throws:
Exception
-
testResolveResourceAliasJcrContent
public void testResolveResourceAliasJcrContent() throws Exception- Throws:
Exception
-
testResolveResourceAliasJcrContentWithUpdate
public void testResolveResourceAliasJcrContentWithUpdate() throws Exception- Throws:
Exception
-
testResolveRemovedesourceAliasJcrContent
public void testResolveRemovedesourceAliasJcrContent() throws Exception- Throws:
Exception
-
testResolveVanityPathWithUpdate
public void testResolveVanityPathWithUpdate() throws Exception- Throws:
Exception
-
testResolveRemovedVanityPath
public void testResolveRemovedVanityPath() throws Exception- Throws:
Exception
-
testResolveRemovedMixinVanityPath
public void testResolveRemovedMixinVanityPath() throws Exception- Throws:
Exception
-
testResolveVanityPathWithVanityOrder
public void testResolveVanityPathWithVanityOrder() throws Exception- Throws:
Exception
-
testGetRemovesExtensionInResolution
public void testGetRemovesExtensionInResolution() throws Exception- Throws:
Exception
-
testStarResourceExtension
public void testStarResourceExtension() throws Exception- Throws:
Exception
-
testStarResourceSelectorExtension
public void testStarResourceSelectorExtension() throws Exception- Throws:
Exception
-
testMapSelectorsExtension
public void testMapSelectorsExtension() throws Exception- Throws:
Exception
-
testMapExtensionFragmentQuery
public void testMapExtensionFragmentQuery() throws Exception- Throws:
Exception
-
testMapResourceAliasJcrContent
public void testMapResourceAliasJcrContent() throws Exception- Throws:
Exception
-
test_resolve_selectors_extension
public void test_resolve_selectors_extension() throws Exception- Throws:
Exception
-
test_resolve_extension_suffix
public void test_resolve_extension_suffix() throws Exception- Throws:
Exception
-
test_resolve_with_sling_vanity_path_order
public void test_resolve_with_sling_vanity_path_order() throws ExceptionTest the order property of the vanity paths- Throws:
Exception
-
test_resolve_with_sling_alias
public void test_resolve_with_sling_alias() throws Exception- Throws:
Exception
-
test_resolve_with_sling_alias_limited_access
public void test_resolve_with_sling_alias_limited_access() throws Exception- Throws:
Exception
-
test_resolve_with_sling_alias_multi_value
public void test_resolve_with_sling_alias_multi_value() throws Exception- Throws:
Exception
-
test_resolve_with_sling_alias_extension
public void test_resolve_with_sling_alias_extension() throws Exception- Throws:
Exception
-
test_resolve_with_sling_alias_selectors_extension
public void test_resolve_with_sling_alias_selectors_extension() throws Exception- Throws:
Exception
-
-