Beispiel #1
0
 public void Given_there_are_no_products_that_match_the_searched_text()
 {
     _inMemoryStorage.Insert(new StoredProduct(1, 111, "Product abc", 1, "first product"));
     _inMemoryStorage.Insert(new StoredProduct(4, 114, "Product def", 4, "fourth product"));
 }