Skip to content

nnnnnxo/testdouble-homework-2021-6-15-12-47-57-647

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environment check steps

  1. Open this project with IntelliJ IDEA
  2. Run HelloWordTest under test/java/
  3. If all tests passed, your environment is ready, Congratulations!

Description

Banking Account has functionality of deposit and withdraw and printStatement.

An example statement would be:

Date | Amount | Balance
15/06/2021 | -100 | 100
15/06/2021 | 200 | 200

Homework Requirement

Using Test Doubles related knowledge to test public methods inside Account/Printer/TransactionRepository.

e.g. Account deposit will call repository addDeposit method.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%