Esempio n. 1
0
 public void Cannot_Save_Contact_With_Overflown_Field_Values()
 {
     ContactCreator.CreateContactWithOverflowValues();
     AssertThat.IsFalse(ContactCreator.FirstContact.IsContactCreatedSuccessfully,
                        "Contact was created successfully though last name field was left null. Defect spotted!");
 }