Skip to content

desaibijon/ATM-Program

Repository files navigation

ATM Program(R) version 1.0 09/17/2016

GENERAL USAGE NOTES:

ATM Program is a simple JAVA code which performs different tasks like deposit and withdrawal based on user's selection from given options.


CONTAINS:

  1. atm.java - main() file which performs all necessary functions
  2. Test Packages:
    • ATMTestSuite.java - Test Suite to run all the JUnit test cases
    • getbalanceTest.java - Test the getbalance() function
    • depositTest.java - Test the deposit() function
    • quitTest.java - Test quit() function to quit the program
    • withdrawalTest.java - Test the withdrawal() function
    • frequencyTest.java - Test the candeposit() and canwithdraw() function
    • userInputTest.java - Test userInput() function
  3. Libraries:
    • junit-4.10.jar
    • JDK 1.8(Default)
    • TikiOne Java Code Coverage(Netbeans defined plugin for code coverage).

HOW TO RUN:

  • To Run the program, open the project in NetBeans 8.1 and run the program using F6
  • To Test the program, Test it using Alt + F6
  • To Check the code coverage, right click on project name in 'Projects' tab and click on Test with JaCoCoverage.

CONTACT INFO:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages