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