Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 490 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 490 Bytes

TDD

Describe: calculateTotalSum()

Test: Assign constant values to three variables Code: Expected output:

Test: assign a random value to a variable Code: Expected output:

Test: assign a random value to a variable between 1 and 10 Code: Expected output:

Test: sum the three original values together Code: Expected output:

Test: sum the product of the three variables multiplied by three random numbers between 1 and 10, respectively Code: Expected output:

Test: Code: Expected output: