MarkCarraschi / salary-calculator

This is a small project to calculate a your salary.
0 stars 0 forks source link

CS-03 - Tests Class #3

Open MarkCarraschi opened 3 years ago

MarkCarraschi commented 3 years ago

Create a Test Class for Salary class.

Values to test:

[ ] R$ 1.100,00 | Expected Value : R$ 1.017,50 [ ] R$ 1.100,01 | Expected Value : R$ 1.017,51 [ ] R$ 2.203,48 | Expected Value : R$ 2.012,84 [ ] R$ 2.203,49 | Expected Value : R$ 2.012,85 [ ] R$ 3.305,22 | Expected Value : R$ 2.897,32 [ ] R$ 3214,01 | Expected Value : R$ 2.829,09 [ ] R$ 3.305,23 | Expected Value : R$ 2.897,33 [ ] R$ 6.433,57 | Expected Value : R$ 4.988,51

[ ] R$ 10.473,79 | Expected Value : R$ 7.917,67 [ ] R$ 9.414,75 | Expected Value : R$ 7.149,86 [ ] R$ 16.587,96 | Expected Value : R$ 12.350,44