bbf4f932798dca159135efacbcbacfdce19d84a0
The code changes include adding new test classes CategoryServiceTest and CategoryControllerTest. These test classes are used to test the functionality of the CategoryService and CategoryController classes respectively. The CategoryServiceTest class contains tests for the addCategory, getAllCategories, and getCategoryById methods of the CategoryService class. The CategoryControllerTest class contains tests for the getAllCategories, fetchCategoryById, and createCategory methods of the CategoryController class. Recent user commits: - Merge branch '36-refactor-dataset-class' into '22-integrate-api-and-frontend' - Merge branch '22-integrate-api-and-frontend' into '36-refactor-dataset-class' - Refactor Dataset class - Merge branch '11-add-api-for-getting-home-page-data' into '22-integrate-api-and-frontend' - Merge branch '37-restructure-backend-according-to-seperation-by-concerns' into '11-add-api-for-getting-home-page-data' - refactor: finilase project structure - Merge branch '11-add-api-for-getting-home-page-data' into '22-integrate-api-and-frontend' - Merge branch '25-consider-moving-non-templated-html-into-static' into '11-add-api-for-getting-home-page-data' - refactor: move static sites into static, Remove unused PageController and update main.js for page navigation - fixed bugs: - suppressed display of search results if nothing was found but there were previous searches - improved display timing of search results/initial pages, which led to false displays
The file is empty.
Description
Languages
Java
47.8%
JavaScript
24.2%
CSS
16.4%
HTML
11.6%