public void setEmailTest() { Attendee a = new Attendee(); a.setEmail("*****@*****.**"); Assert.AreEqual("*****@*****.**", a.getEmail()); }