UA-Smart-Signage-Platform / Content-Manager-System-and-Content-Creator-Tool

Content Manager System and Content Creator Tool developed to facilitate the presentation of information.
GNU General Public License v3.0
1 stars 0 forks source link

Tests: Unitary Tests for some of the entities #96

Closed DiogoSilva1904 closed 4 months ago

DiogoSilva1904 commented 6 months ago

Describe the feature

There are several missing tests for services, repositories, and controllers for a significant portion of the entities. To address this, attention should be focused on creating tests for the following entities: content, template, and widget,templateGroup and templateWidget.

Use Case

Tests are essential to ensure that with every change made, all functionalities continue to operate as intended.

Proposed Solution

Implement tests using Mockito and JPA repositories.

Other Information

No response