load recipe.json - UQcsse3200/2024-studio-3 GitHub Wiki

Test Planning

Purpose

  • Ensure the recipe can be retrieved when associated ingredients are given

Setup

  • Load the recipe.json into CookingCofing.class

Expected Outcome

  • When associated ingredient/s are given, the recipe that includes those ingredients should be returned. If the ingredient/s are not part of the recipe then it should return an empty list.