Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions ProjectTestReadMe
Original file line number Diff line number Diff line change
@@ -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.

2 changes: 1 addition & 1 deletion main.iml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/test" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/main" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
Expand Down