8000 GitHub - d-spirov/atm-machine
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

d-spirov/atm-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ATM Machine

Design an ATM machine

  • implement money transactions only
  • verifying user credentials
  • dispense money

Content of the repository

UML documents

Source code/ implementations

Structure of the project is a standard maven. All dependencies are available in the public repositories. Some of the libraries used include:

  • injection: google Guice
  • logging: slf4j
  • testing: testNG, mockito

Tests

All the tests which are implemented are running during the maven install goal - mvn clean install.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0