Running Junit Email Tests Without Emails Actually Going Out

前端 未结 7 780
执笔经年
执笔经年 2020-12-23 09:46

I want to run unit tests (Junit) on some model classes that typically will send emails confirming that things happened. Is there a mock email server that you can use with u

7条回答
  •  自闭症患者
    2020-12-23 10:34

    Alternative answer: Dumbster is a fake SMTP server designed for testing against. It's written in Java.

提交回复
热议问题