enapps-enorman opened a new pull request, #17:
URL: https://github.com/apache/sling-org-apache-sling-testing-jcr-mock/pull/17

   Provide a mechanism to set an AccessControlManager on the MockSession for 
testing of code paths that interact AccessControlManager apis.
   
   For example:
   ```
   AccessControlManager mockAccessControlManager = 
Mockito.mock(AccessControlManager.class);
   MockJcr.setAccessControlManager(session, mockAccessControlManager);
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to