From 7c2eda49f88fe3f76686e53131bbea4209420982 Mon Sep 17 00:00:00 2001 From: April Howard Date: Thu, 12 Mar 2020 15:36:33 -0400 Subject: [PATCH 1/3] ProjectTestReadMe --- .idea/compiler.xml | 2 +- .idea/libraries/Maven__junit_junit_4_12.xml | 13 +++++++++++++ .../Maven__org_hamcrest_hamcrest_core_1_3.xml | 13 +++++++++++++ ProjectTestReadMe | 0 main.iml | 4 +++- 5 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 .idea/libraries/Maven__junit_junit_4_12.xml create mode 100644 .idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml create mode 100644 ProjectTestReadMe diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 4c1f4b3..7bfb024 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -10,7 +10,7 @@ - + \ No newline at end of file diff --git a/.idea/libraries/Maven__junit_junit_4_12.xml b/.idea/libraries/Maven__junit_junit_4_12.xml new file mode 100644 index 0000000..d411041 --- /dev/null +++ b/.idea/libraries/Maven__junit_junit_4_12.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml b/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml new file mode 100644 index 0000000..f58bbc1 --- /dev/null +++ b/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/ProjectTestReadMe b/ProjectTestReadMe new file mode 100644 index 0000000..e69de29 diff --git a/main.iml b/main.iml index 4fd5057..a5cc752 100644 --- a/main.iml +++ b/main.iml @@ -1,6 +1,6 @@ - + @@ -8,5 +8,7 @@ + + \ No newline at end of file From 917186941f04bc6e0de1c22ce9cec1d90ebbdfdc Mon Sep 17 00:00:00 2001 From: April Howard Date: Thu, 12 Mar 2020 16:31:00 -0400 Subject: [PATCH 2/3] test readme start --- ProjectTestReadMe | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ProjectTestReadMe b/ProjectTestReadMe index e69de29..0ebd6f6 100644 --- a/ProjectTestReadMe +++ b/ProjectTestReadMe @@ -0,0 +1,20 @@ +JUST CODE TEST README + +Create a test to make sure the app 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. + +1) round up to the next dollar amount. Check interface options + +//test to ensure that the options chosen match what user picks, and returns the correct amount. + +2) round up by dollar amount? same options in interface? + +3) choose percentage of purchase they want to add? +to add to interface choices? + +interfaces for each class. +a. put into savings, b. put into checking, c. donate to charity d. send to family member e. put into mutual fund + + + From 5b01fbf3e3ed8efba191971c3f6d13fc9b9b89fa Mon Sep 17 00:00:00 2001 From: April Howard Date: Mon, 16 Mar 2020 13:08:36 -0400 Subject: [PATCH 3/3] create projectTestReadMe --- ProjectTestReadMe | 21 ++++++++------------- main.iml | 2 +- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/ProjectTestReadMe b/ProjectTestReadMe index 0ebd6f6..b7a4440 100644 --- a/ProjectTestReadMe +++ b/ProjectTestReadMe @@ -1,20 +1,15 @@ JUST CODE TEST README -Create a test to make sure the app sends the right query to the user giving options to complete transaction and print receipt or continue with options: +*Create a test to ensure the console displays customer name, +bill Amount, Fund Name and new Total. -and test that if done with transaction the correct balance is returned. - -1) round up to the next dollar amount. Check interface options - -//test to ensure that the options chosen match what user picks, and returns the correct amount. -2) round up by dollar amount? same options in interface? - -3) choose percentage of purchase they want to add? -to add to interface choices? - -interfaces for each class. -a. put into savings, b. put into checking, c. donate to charity d. send to family member e. put into mutual fund +* 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 @@ - +