Difference between revisions of "Test Driven Development"

From emboxit
Jump to: navigation, search
m (1 revision)
 
(No difference)

Latest revision as of 07:41, 26 August 2017

  • Some of them are suitable for Embedded systems




CppUnit - C++ port of JUnit

Framework for TDD in C++ CppUnit

Installation tutorial of CppUnit in Eclipse

  • Prerequisite is to download MinGW download graphic installer and include MSYS


Tutorial for how to use it under the eclipse CppUnit Manual CppUnit Wiki Example

Mock object framework

Code Coverage tools are tools that can run throught your code and see where you have written test and which cases are not cover