FallenGameR / Tagger

Tag window with color and text to make it stand out among the others.
Other
4 stars 0 forks source link

Include C++ unit test framework and use TDD style development afterwards #2

Closed FallenGameR closed 13 years ago

FallenGameR commented 13 years ago

For the project to be educative I decided to try out true TDD with Red-Green-Refactor cycles for all requirements. For that I need to attach unit testing C++ framework and develop workflow that uses it extensively.

FallenGameR commented 13 years ago

Added UnitTest++ and Pester.