public void Create_Contact_With_Extra_Null_Fields() { ContactCreator.CreateContactWithNullValuesInExtraFields(); AssertThat.IsTrue(ContactCreator.FirstContact.IsContactCreatedSuccessfully, "Contact was not created successfully though it should. Defect spotted!"); AssertThat.IsTrue(ContactCreator.FirstContact.AreContactFieldValuesSavedCorrectly, "Contact field values were not saved correctly"); }