This task requires you to cover your solution with tests.
Please copy the code from the previous task into the src/main/java/core/basesyntax
folder.
Create test classes and tests for checking the work of each of your services.
Use the JUnit5 library (the dependency is already in pom.xml
).
Your code coverage should not be less than 80% of covered lines.
To test your code coverage locally - run mvn clean verify
in the terminal.