You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Stefan Seifert (Jira)" <ji...@apache.org> on 2022/07/15 09:16:00 UTC

[jira] [Created] (SLING-11455) ResourceResolver Mock: ResourceProvider implementation

Stefan Seifert created SLING-11455:
--------------------------------------

             Summary: ResourceResolver Mock: ResourceProvider implementation
                 Key: SLING-11455
                 URL: https://issues.apache.org/jira/browse/SLING-11455
             Project: Sling
          Issue Type: New Feature
          Components: Testing
            Reporter: Stefan Seifert
            Assignee: Stefan Seifert
             Fix For: Testing ResourceResolver Mock 1.4.0


ResourceResolver Mock currently supports only directly creating a mocked ResourceResolver instances, which is fine for most testing use cases. however, since introduction of SLING-5922 we allow mounting of additional test resources into the resource tree via FSResourceProvider, and are currently using a rough hand-build intergration of MockResourceResolver and this resource provider. this has some flaws and unwanted side-effects, SLING-10937 is one of it.

we need a ResourceProvider implementation as alternative, backed by all the existing functionality.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)