tags:

views:

161

answers:

1
+1  A: 

For JUnit testing I like to use Dumbster. It sets up a nice little server in your unit tests that holds the messages you send so you can then use JUnit assertions to validate your code is sending the right thing.

dustmachine
Thanks for the answer. It's a nice app, but if only it had a GUI.
Robert Munteanu