Spring-Boot-Blog-REST-API icon indicating copy to clipboard operation
Spring-Boot-Blog-REST-API copied to clipboard

Wrote tests for AlbumServiceImpl

Open zachary-berdell-elliott opened this issue 1 year ago • 0 comments

Description

Started to work on implementing unit tests as part of Request for Test Addition #57 Still writing unit tests for other places that can use them.

Fixes # 57

Type of change

Please delete options that are not relevant.

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)

How Has This Been Tested?

I ran the unit tests on my local after writing them and they passed. I also used the debugger tool in Intellij to step through the code and make sure the right things were being tested by adding breakpoints before the method calls.

Checklist:

  • [x] I have performed a self-review of my own code
  • [x] My changes generate no new warnings or errors
  • [x] New and existing unit tests pass locally with my changes

zachary-berdell-elliott avatar Dec 03 '23 19:12 zachary-berdell-elliott