====== Unit Test ====== * [[wpde>Modultest]] :DE: ===== Frameworks ===== ==== Suitable for C ==== * [[https://stackoverflow.com/questions/65820/unit-testing-c-code|Is there any way to make unit testing plain C code as easy as unit testing Java code with, for example, JUnit?]] * [[http://xtests.sourceforge.net/|xTests]] is a simple, easy-to-use, efficient unit- and component-test library. * [[http://cunit.sourceforge.net/|CUnit - A Unit Testing Framework for C]] * [[https://libcheck.github.io/check/|Check - Unit Testing Framework for C]] ===== Suitable for C++ ===== * [[https://sourceforge.net/projects/cppunit/|CppUnit - C++ port of JUnit]] * [[http://www.cute-test.com/|CUTE]] is an easy to use C++ unit testing framework. * [[http://xtests.sourceforge.net/|xTests]] is a simple, easy-to-use, efficient unit- and component-test library, covering C and C++ testing. ===== Java Script ===== * [[https://www.heise.de/developer/artikel/Unit-Tests-mit-Node-js-1823265.html?seite=all|Unit-Tests mit Node.js]] [(https://web.archive.org/web/20190824094838/https://www.heise.de/developer/artikel/Unit-Tests-mit-Node-js-1823265.html?seite=all)]