List of mock valid/invalid Email Addresses for Unit Tests

北城余情 提交于 2019-12-02 23:36:12

I believe you were looking for something like this:

List of Valid and Invalid Email Addresses

Check the tests of the Apache Commons EmailValidator class:

The EmailValidatorTest in the Hibernate Validator also contains some address.

I like to use the set in this page on email validating regexes because the addresses contain what they're testing inside the email address.

Alex

Here is a set of test emails that Dominic Sayers uses to test his isEmail validator:

http://code.iamcal.com/php/rfc822/tests/

For more on isEmail:

http://isemail.info/about

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!