コード例 #1
0
 public void ThenIShouldSeeOneContactInTheBook()
 {
     //search the database and it should return one record
     Debug.Assert(addressbook.GetContactById(contact.ContactId).FristName == "Madhumita");
 }