Skip to content

Code kata for learning more about Test Doubles and SOLID principles

License

Notifications You must be signed in to change notification settings

emilybache/TurnTicket-Kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TurnTicket Kata

Write the unit tests for the TicketDispenser. The TicketDispenser class is designed to be used to manage a queuing system in a shop. There may be more than one ticket dispenser but the same ticket should not be issued to two different customers.

Acknowledgements

This exercise was originally designed by Luca Minudel and is included in his repo TDDwithMockObjectsAndDesignPrinciples

About

Code kata for learning more about Test Doubles and SOLID principles

Resources

License

Stars

Watchers

Forks