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 2020/08/21 11:08:00 UTC

[jira] [Commented] (SLING-9680) Sling Mocks: Add easy way to inject SlingBindings into MockSlingHttpServletRequest

    [ https://issues.apache.org/jira/browse/SLING-9680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181818#comment-17181818 ] 

Stefan Seifert commented on SLING-9680:
---------------------------------------

this should already work - related tickets are SLING-6410, SLING-7867, SLING-9021.
aem mocks make advanced use of this to inject cq-specific additional bindings.

there is no convenience method for setting own bindings (also all the usual stuff should already be present). afaik it should work to register your own BindingsValuesProvider

> Sling Mocks: Add easy way to inject SlingBindings into MockSlingHttpServletRequest
> ----------------------------------------------------------------------------------
>
>                 Key: SLING-9680
>                 URL: https://issues.apache.org/jira/browse/SLING-9680
>             Project: Sling
>          Issue Type: Improvement
>          Components: Testing
>    Affects Versions: Testing Sling Mock 2.5.0
>            Reporter: Konrad Windszus
>            Priority: Major
>
> As SlingBindings are often crucial when dealing with Sling Models there should be an easy way to set them for a mocked request (https://sling.apache.org/documentation/development/sling-mock.html#slinghttpservletrequest)
> A dedicated method which automatically fills the SlingBindings with the mandatory stuff and another one to add additional bindings would be very helpful.
> Also injecting values from all registered {{BindingsValuesProvider}} with a specific context would be useful.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)