Running Junit Email Tests Without Emails Actually Going Out

前端 未结 7 779
执笔经年
执笔经年 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:42

    I think the Mock JavaMail project is what you want.

    0 讨论(0)
提交回复
热议问题