Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

calculator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Calculator

Implement a calculator that supports the sum operation.

Acceptance criteria

With traditional approach (simple JUnit)

  • if numbers are positive the result should be positive.
  • if numbers are negative the result should be negative.
  • if numbers are opposite the result should be zero.

With BDD approach (Cucumber)

Click here to check the feature file.

Uses