For any program that you implement, hand
in your source code (create a zipped/jar file containing all
.java files of your project folder) as well as the output of your
test cases. For this assignment, include input and output files,
along with a README file that explains how to use the application;
include your JUnit classes that test Bank (storing accounts in an
array), Bank2 (storing accounts in an ArrayList), Account, Checking
and Money. You do not need a JUnit test class for the ATM class;
instead, for the ATM class, include screen snapshots and/or a test
plan that shows what tests you performed, and the results when you
executed your ATM's main method.
For any program that you implement, hand in your source code (create a zipped/jar file containing all .java files of you
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am