Go to file
Erik Foris bbf4f93279 feat: Add CategoryServiceTest and CategoryControllerTest
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
2024-07-05 19:25:13 +02:00
.mvn/wrapper chore: Add initial project files and configurations 2024-06-14 14:12:06 +02:00
src feat: Add CategoryServiceTest and CategoryControllerTest 2024-07-05 19:25:13 +02:00
.gitignore Add looking glass icon 2024-06-14 15:02:17 +02:00
mvnw chore: Add initial project files and configurations 2024-06-14 14:12:06 +02:00
mvnw.cmd chore: Add initial project files and configurations 2024-06-14 14:12:06 +02:00
pom.xml feat: Add CategoryServiceTest and CategoryControllerTest 2024-07-05 19:25:13 +02:00
README.md Create emty readme 2024-06-04 09:45:34 +02:00