Exemple #1
0
 public void FindCustomerByPhone()
 {
     customer3.Name = "Peter";
     Assert.AreEqual(userFunctions.FindCustomerByPhone(33333333), customer3);
 }