Test Driven Development

From emboxit
Jump to: navigation, search
  • 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