sleroy / fakesmtp-junit-runner

JUnit Runner and Assertions to write SMTP Integration tests
http://sylvainleroy.com
Apache License 2.0
23 stars 3 forks source link

Add forceShutdown() method to FakeSmtpRule #2

Closed maxbraun closed 6 years ago

maxbraun commented 6 years ago

This may useful in cases, where you want to check for robustness of you software. This Pull-Request also contains a small refactoring of the BindException-Test which did not work correct on windows.

sleroy commented 6 years ago

Thank you for the improvement, I do appreciate it.

I will merge it