public void Import_Contacts_With_Nonsense_Values() { ContactCreator.ImportTemplateContactWithNonsenseValues(); AssertThat.IsTrue(ContactCreator.IsContactFileImportedSuccessfully, "Contact was not imported but it should."); AssertThat.IsTrue(ContactCreator.FirstContact.AreContactFieldValuesSavedCorrectly, "Contact field values where not saved correctly"); }