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

   To assist in testing code paths that interact with the PrincipalManager 
and/or UserManager, the MockSession should provide basic mock implementations 
of those APIs.
   
   Expected:
   1. A new MockUserManager provides a basic implementation of the UserManager 
interface
   2. A new MockPrincipalManager provides a basic implementation of the 
PrincipalManager interface
   3. MockSession should implement JackrabbitSession
   4. MockSession#getUserManager returns an instance of MockUserManager
   5. MockSession#getPrincipalManager returns an instance of 
MockPrincipalManager


-- 
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