Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JadasBankAtm #326

Closed
wants to merge 11 commits into from
Closed

JadasBankAtm #326

wants to merge 11 commits into from

Conversation

Nelshulla
Copy link
Contributor

No description provided.

Nelshulla and others added 6 commits March 29, 2024 05:06
- Added LibraryCsvDataLoaderImpl class
- Implemented methods to load data from CSV files
- Used OpenCSV library for parsing CSV files
…drawFunds w/MoneyOrder, added BusinessCustomer, added FinancialInstrument interface,added Customer
@Nelshulla Nelshulla closed this Mar 29, 2024
@Nelshulla Nelshulla reopened this Mar 29, 2024
@Nelshulla
Copy link
Contributor Author

Hey, I need some help, my deposit funds and withdraw funds tests are failing. The error says the account is not found. I don't understand what this means

@anthonydmays
Copy link
Contributor

Hey, I need some help, my deposit funds and withdraw funds tests are failing. The error says the account is not found. I don't understand what this means

Try to troubleshoot by setting a breakpoint in the withdrawalFunds method and debug the test to step through the code line by line.

*/
public void depositFunds(String accountNumber, double amount) {
public void depositFunds(String accountNumber, MoneyOrder moneyOrder) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would expect that Check and a MoneyOrder both implement the FinancialInstrument interface and can be provided to the other depositFunds method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants