forked from Zipcoder/JustCode
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjectTestReadMe
More file actions
Latest commit
15 lines (9 loc) · 550 Bytes
/
Copy pathProjectTestReadMe
File metadata and controls
15 lines (9 loc) · 550 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
JUST CODE TEST README
*Create a test to ensure the console displays customer name,
bill Amount, Fund Name and new Total.
* Create test to ensure the console sends the right query to the user giving options to
complete transaction and print receipt or continue with options:
and test that if done with transaction the correct balance is returned.
*test to ensure that the options chosen match what user picks, and returns the correct amount.
*Ensure each of the methods for manipulating and accessing class fields have
appropriate testing.