OlhenShu / ProjectStage_Team2_May

0 stars 0 forks source link

Create unit test to SearchController.java #257

Open OlhenShu opened 2 months ago

OlhenShu commented 2 months ago

Create unit test to GreenCityMVP project to core/src/main/java/greencity/controller/SearchController.java Description: Develop a set of unit tests for the SearchController class. The purpose is to ensure its proper functioning, especially in terms of handling search requests and providing the expected responses. The main areas to test include searching across all modules and a focused search within the eco news.

Input Data:

Tests and their expected results:

searchEverythingTest:

searchEcoNewsTest:

Related to stories #69, #70, #71, #72