Go to file
Erik Foris 7e08a507e4 feat: Add CategoryRepositoryTests and DataRepositoryTests
The code changes include adding new test classes CategoryRepositoryTests and DataRepositoryTests. These test classes are used to test the functionality of the CategoryRepository and DataRepository classes respectively. The CategoryRepositoryTests class contains tests for the findById, findByName, and findAll methods of the CategoryRepository class. The DataRepositoryTests class contains tests for the findByOptionalCriteria and getDatasetById methods of the DataRepository class.
2024-07-06 17:54:48 +02:00
.mvn/wrapper chore: Add initial project files and configurations 2024-06-14 14:12:06 +02:00
src feat: Add CategoryRepositoryTests and DataRepositoryTests 2024-07-06 17:54:48 +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