I looked at BaseTest and SMTPTest, but I'm a little confused. I don't see any methods in them that start with "test" which I thought was how a junit TestCase works (that it will execute all methods that begin with the word test). Are you using some cool thing about junit that I don't know or what am I missing?
Thanks,
Kenny Smith
Harmeet Bedi wrote:
----- Original Message ----- From: "Kenny Smith" >some premade smtp or pop junit >tests.take a look at some existing James Tests at http://cvs.apache.org/viewcvs.cgi/jakarta-james/tests/src/java/org/apache/ja mes/testing/ In particular look at EndToEndTest, POP3Test and SMTPTest. You may also want to look at tests under http://cvs.apache.org/viewcvs.cgi/jakarta-james/proposals/imap2/test/org/apa che/james/ >Is anyone working on junit tests that I should collaborate with Hopefully everybody. Most developers have done some tests. >or shall >I charge boldly forward? Tests are of course always wellcome. Harmeet -- To unsubscribe, e-mail: For additional commands, e-mail:
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
