Exemplo n.º 1
0
 public void GetProductsWithNRecentReviewsTest()
 {
     Assert.AreEqual(2, KwerendyToMyProduct.GetProductsWithNRecentReviews(2).Count());
 }
Exemplo n.º 2
0
 public void GetProductsByVendorNameTest()
 {
     Assert.AreEqual(1, KwerendyToMyProduct.GetProductsByVendorName("Allenson Cycles").Count());
 }
Exemplo n.º 3
0
 public void GetProductsByNameTest()
 {
     Assert.AreEqual(1, KwerendyToMyProduct.GetProductsByName("Lock Nut 5").Count());
 }