public void IsValidEmail_Test_Empty(string email) { // act bool result = emailModel.IsValidEmail(email); // assert Assert.IsFalse(result); }