LemaireEmilien / calculator-cucumber-2024

This repository is used for teaching purposes at the University of Mons. It contains Java code for computing arithmetic expressions. The code uses design patterns and is accompanied with JavaDoc, unit tests and BDD scenarios. We have also paid particular attention to code quality.
0 stars 0 forks source link

Add BDD test for notation #6

Closed Super-JK closed 7 months ago

Super-JK commented 7 months ago

Cucumber testing: Add a new BDD scenario that covers all unit tests currently specified in the ‘TestNotation.java’ JUnit test class, and ensure that this scenario runs correctly with Maven. Do not forget to push your changes to your forked repository.

MokonaNico commented 7 months ago

LGTM