Sunday 15 July 2012

Wiser - for testing mails by JUnit

Wiser is a simple SMTP server that you can use for unit testing applications that send mail. It accepts all messages and stores them in an internal ArrayList. Your unit test code can then examine the messages (or lack thereof) and verify their validity.
More on: http://code.google.com/p/subethasmtp/wiki/Wiser

No comments: