Skip to content

Practicing different TDD approach through simple projects.

Notifications You must be signed in to change notification settings

AElMehdi/TDD-KATAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bank Kata following an Outside In TDD approach

Steps

1.Write an acceptance test

  1. Identify the side effect, in our case (printing all the account transactions)
  2. Mock the external world (the console in this simple example), and use the real implementation of your system's classes
  3. Identify the trigger (the account printStatement method)

About

Practicing different TDD approach through simple projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages