List of mock valid/invalid Email Addresses for Unit Tests

前端 未结 4 1996
一个人的身影
一个人的身影 2021-02-03 21:47

Does anyone know of a list of email addresses (which don’t need to be real) I can use for an email validation assembly for a unit test?

I’ve been looking for such a list

4条回答
  •  醉话见心
    2021-02-03 21:50

    Check the tests of the Apache Commons EmailValidator class:

    • EmailTest,
    • EmailValidatorTest.

    The EmailValidatorTest in the Hibernate Validator also contains some address.

提交回复
热议问题