Example #1
0
 public void Cannot_Leave_Contact_Mandatory_Fields_Empty()
 {
     ContactCreator.CreateContactWithoutLastName();
     AssertThat.IsFalse(ContactCreator.FirstContact.IsContactCreatedSuccessfully,
                        "Contact was created successfully though last name field was left null. Defect spotted!");
 }