FaqCplusPlusUnitTest
How to use unit tests in Netbeans for C/C++?
Since Netbeans 6.9 all Managed projects have context menu "Test" to add new unit test. The following unit tests are supported
- Simple C/C++ test
- CUnit framework based tests
- CppUnit framework based tests
Also you can use editor's context menu to create test for specified file's functions.
More information can be found in integrated IDE Help topics.
Applies to: since NetBeans 6.9
Platforms: all
