Skip to content

Parashchuk/jv-fruit-shop-tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 JUnit5 library (the dependency is already in pom.xml).

Your code coverage should not be less than 80% covered lines.

To test your code coverage locally - run mvn clean verify in the terminal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%