CSC207-fiveguys / music-java-app

MIT License
1 stars 1 forks source link

Test Creation #43

Closed bryjjch closed 11 months ago

bryjjch commented 11 months ago

Motivation and Context

This pull request is required to implement tests for our entities, use cases, data access objects, and our views. Our test line coverage has been 79% for our overall codebase and 92% for our use cases.

Your Changes

I added a test directory and marked it as the test sources root so that it tests our code. I added tests for each use case, each entity, and most views.

Description:

Type of change (select all that apply):

Testing

This pull request includes the tests required for all use cases.

Checklist