Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

JUnit Practice — Calculator Unit Tests

📚 Learning project — my first steps with unit testing in Java.

A simple calculator class (sum, sub) covered by JUnit 5 unit tests, built with Maven.

Focus of this exercise

  • Writing a first unit test
  • JUnit 5 assertions
  • Separating production code (src/main) from tests (src/test)

How to run

mvn clean test

About

Learning: first JUnit 5 unit tests

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages