public void givenEmailAddress_WhenProper_ShouldReturnTure() { bool result = validations.email_Validation("*****@*****.**"); Assert.IsTrue(result); }