Exemplo n.º 1
0
 public void GetRecipes()
 {
     var component = new Recipes();
     var recipes = component.SearchByIngredients("Jitomate, Cebolla, Lechuga");
     Assert.IsNotNull(recipes);
 }