Lab02-Unit-Testing
Author: Bryant Davis
Using Test Driven Development I built out a C# console application for an ATM. This will give the user the ability to check their balance, withdrawl and deposit. They will only be able to use numeric values that are positive and when withdrawing, the numeric values must be equal to or less than their total balance. No decimals will be allowed.
Clone this repository to your local machine.
$ git clone [https://github.com/BryantDavis1986/Lab02-UnitTesting.git]
Select File -> Open -> Project/Solution
Next navigate to the location you cloned the Repository.
Double click on the Lab02-Unit-Testing directory.
Then select and open Lab02-Unit-Testing.sln
[Add screenshots of your application in action]
[The change log will list any changes made to the code base. This includes any changes from TA/Instructor feedback]
1.4: Finished Testing Methods 11 July 2020
1.3: Finished Console. 11 July 2020
1.2: Added some baseline code that will start the application and added the starter application image to the README. - 7 July 2020
1.1: Initial creation of program with only base code, README and gitignore files. - 7 July 2020
For more information on Markdown: https://www.markdownguide.org/cheat-sheet

