Skip to content

D-BowdreyR/LearnTDD_DotNetCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repo for Learning TDD in C# and DotNet Core

  1. Red
  2. Green
  3. Refactor

Notes

unit tests are cheap to create and fast to run

repo using Simon Allardice's simple Banking example

  1. create a new BankAccount object
  2. deposit 50
  3. check balance is 50
  4. withdraw 30
  5. check the balance is 20

what about negative amounts any limits on max deposit?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages