The essential problem in our project is that our tests are not unit tests. If we're doing unit tests, we don't need to start up the whole ApacheDS everytime we test each classes. But we're doing so by some reason and the tests takes too much time. Ideally we should change all of them to unit tests strictly speaking.
I think most interceptors can be converted into unit tests just like I did for classes in org.apache.ldap.server.authz.support package.
If we're going to create a separate testing framework project, it could be a JndiUnit project which works for all JNDI implementations IMHO.
Trustin
--
what we call human nature is actually human habit
--
http://gleamynode.net/
- Re: [ApacheDS] Separating base unittest classes (Was: Re: sv... Trustin Lee
- Re: [ApacheDS] Separating base unittest classes (Was: R... Alex Karasulu
- Re: [ApacheDS] Separating base unittest classes (Wa... Trustin Lee
- Re: [ApacheDS] Separating base unittest classes... Alex Karasulu
- Re: [ApacheDS] Separating base unittest cla... Trustin Lee
