Skip to content

g-revert/QA-java-diplom-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QA-java-diplom-1

This project is testing a program which helps to order a burger at Stellar Burgers.

There are 6 classes: Bun, Burger, Database, Ingredient, IngredientType, Praktikum, for 5 of them unit tests are written - Bun, Burger, Database, Ingredient, IngredientType. The test coverage percentage of these classes is 100% (total is 83).

Frameworks used: Maven, Junit 4, Mockito.

How to run the tests:

  • open IntelliJ IDEA
  • clone the repo via this link https://github.com/g-revert/QA-java-diplom-1.git
  • Run Everything with ctrl+ctrl (⌃⌃)
  • type in mvn clean test + Enter
  • type in mvn verify + Enter
  • go to target/site/jacoco and open index.html in browser (right-click -> open in -> Browser)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 72.3%
  • JavaScript 21.8%
  • Java 4.4%
  • CSS 1.5%