Ejemplo n.º 1
0
        public async Task LabelRecipeTest()
        {
            recipes = await recipeService.SearchRecipes("cocca", "", "");

            string recipeLabel = recipes[0].Label;

            Assert.AreEqual(recipeTest.Label, recipeLabel);
        }