bdemers opened a new pull request, #145:
URL: https://github.com/apache/directory-server/pull/145

   The previous behavior of the extension required the use 
`AbstractLdapTestUnit` or duplicating static variables named 
`classDirectoryService`/`methodDirectoryService`
   
   Now the directoryService can be injected into the test as a parameter, e.g.
   
   void myTest( DirectoryService directoryService ) { ... }
   
   A class level or method level DirectoryService will be injected automatically
   
   NOTE: The previous behavior will still work to ensure backward compatiblity.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to