Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.03 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.03 KB

Parrot Requirements Kata

Small requirements finding exercise inspired by the Parrot Refactoring Kata.

Your Task

Carefully analyse the requirements of the little program found in the source folder. Please write executable specifications in the platform specific unit testing framework without looking at the production code. When all test cases are done, check the code coverage to verify that all production code is tested.

Acknowledgements

The production code is taken from Emily Bache's Parrot Refactoring Kata. Emily maintains a huge collection of Coding Katas. Thanks for your great work, Emily.

The project layout and the test stubs are contributed by Peter "Codecop" Kofler's Electric Rose Kata. Thank you Peter your great support and friendship!

License

MIT License, see LICENSE in repository.