Hi,

I need to use an LDAP server in one of my unit tests [0]. currently
I'm extending from AbstractServerTest [1] but this looks a bit weird.
Is there a nicer way of doing it? I don't think I can use the
annotation based framework-runner, since I have to extend from my own
base classes.

Thanks.
Regards, Toby

[0] 
https://github.com/apache/jackrabbit-oak/blob/trunk/oak-auth-ldap/src/test/java/org/apache/jackrabbit/oak/security/authentication/ldap/LdapLoginTestBase.java
[1] 
https://github.com/apache/jackrabbit-oak/blob/trunk/oak-auth-ldap/src/test/java/org/apache/jackrabbit/oak/security/authentication/ldap/InternalLdapServer.java

Reply via email to