Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 642 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 642 Bytes

Fruit shop tests

This task requires you to cover your solution with tests.

Copy your solution

Please copy the code from the previous task into the src/main/java/core/basesyntax folder.

Add tests for your services

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.