diff --git a/ProjectTestReadMe b/ProjectTestReadMe new file mode 100644 index 0000000..b7a4440 --- /dev/null +++ b/ProjectTestReadMe @@ -0,0 +1,15 @@ +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. + diff --git a/main.iml b/main.iml index a1034f6..a0383c0 100644 --- a/main.iml +++ b/main.iml @@ -5,7 +5,7 @@ - +