LeNelSoN / you-are-the-hero

L'API dont vous êtes le héros is an interactive Java API that brings the adventure of "choose your own adventure" stories to life. Users can embark on unique journeys, make decisions at each step, and create dynamic narratives, all while experiencing the nostalgia of classic adventure books.
GNU General Public License v3.0
2 stars 10 forks source link

Write Unit Tests for UserService #7

Closed LeNelSoN closed 2 months ago

LeNelSoN commented 2 months ago

Quest:

Develop unit tests for the UserService class to ensure that user registration and retrieval functionalities work correctly.

Tasks:

  • [ ] It returns the correct UserDetails object when a user exists.
  • [ ] It throws a UsernameNotFoundException when a user does not exist.
  • [ ] It successfully saves a new user when the username does not already exist.
  • [ ] It throws an exception when attempting to register a user with an existing username.
  • [ ] It verifies that the password is encoded before saving the user.

image

The keeper of the repo 🏰