Esempio n. 1
0
 public void Edit_Every_Contact_Field_From_Existing_Contact()
 {
     ContactCreator.CreateContactWithAllValues();
     ContactCreator.EditContactAlteringAllValues(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.");
 }