Ejemplo n.º 1
0
 public void Edit_Contact_And_Assign_Nonsense_Values()
 {
     ContactCreator.CreateSimpleContact();
     ContactCreator.EditContactAssigningNonsenseValues(ContactCreator.FirstContact);
     AssertThat.IsTrue(ContactCreator.FirstContact.IsContactSavedAfterEdit, "Contact was not saved after edit but, it should.");
     AssertThat.IsTrue(ContactCreator.FirstContact.AreContactFieldValuesSavedCorrectly, "Contact fields have not the expected values after the edit.");
 }