Skip to content

401-Advanced-DOTNOT-CSHARP/Lab02-UnitTesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab02 - ATM Console - Unit Testing Application

About Me Quiz

Lab02-Unit-Testing

Author: Bryant Davis


Description

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.


Getting Started

Clone this repository to your local machine.

$ git clone [https://github.com/BryantDavis1986/Lab02-UnitTesting.git]

To run the program from Visual Studio:

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


Visuals

[Add screenshots of your application in action]

Application Start

Image 1

Image 1


Change Log

[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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages