Exemple #1
0
 private string GetEmailInvalidContext()
 {
     return(_service.GetInvalidEmailAddress());
 }
        public void ShouldReturnGetInvalidExampleEmailAddress()
        {
            var service = new InternetService(new DataManager(), new RandomNumberGenerator());

            service.GetInvalidEmailAddress().ShouldContain("@example.com");
        }