Skip to content

irinaBerendeeva87/QA-java-diplom-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀Unit tests for Stellar.Burgers🚀

As part of the training, I wrote unit tests for a program that helps order a burger at Stellar Burgers using the Jacoco, Mockito, and JUnit 4.
The project used Java 11 and used the Maven build system. And the Jacoco report was generated.

📝Task📝

Cover the Bun, Burger, Ingredient, and Ingredient Type classes with tests. Use mock, stabs and parameterization where needed.

🔖Instructions how to run🔖

  • clone this repo.
  • run AllTests.java

Generate a Jacoco report

  1. make command : mvn verify
  2. find the file in the target/site/jacoco/ folder index.html , right—click on it and select Open In - Browser — your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 66.9%
  • JavaScript 26.2%
  • Java 5.1%
  • CSS 1.8%