public void emailValidation() { UserValidation u = new UserValidation(); Assert.AreEqual(true, u.CheckEmail("*****@*****.**")); }