talesmousinho/user-demo

Create JUnit Tests for User Controller Endpoints

talesmousinho opened this issue · 0 comments

As a developer,
I want to write JUnit tests for the UserController,
So that I can ensure the controller works as expected.

Acceptance Criteria:

  • Tests cover all CRUD operations in the UserController.
  • All tests pass successfully.