Hello, I'm using nothing more than JUnit4, and JackRabbit to do unit tests. In the "setup" methods (before, after, beforeClass, afterClass) I do the repo setup/cleanup/write_status_to_visually_check_if_everything_is fine thing, and then just make test methods for each of my classes' public methods.
[EMAIL PROTECTED] escribió: > I guess you could take the JCR API and maybe the JackRabbit API in > combination with JMock to unit test your code. > > Hth, > > Nick Stolwijk > > > -----Original Message----- > From: malsi [mailto:[EMAIL PROTECTED] > Sent: Thu 11/29/2007 9:47 AM > To: [email protected] > Subject: Junit and jackrabbit > > > > > Hi, > > I am implementing classes that access and store nodes in a repository. I > would like to test my code using JUnit () >
