Modules | |
Building and Running Tests | |
Tests of INDI Communications | |
Unit Testing | |
Unit tests in XWCTk. | |
Macros | |
#define | XWCTEST_DOXYGEN_REF(fxn) |
This inserts an unused call to a function signature to make doxygen make the link. | |
#define XWCTEST_DOXYGEN_REF | ( | fxn | ) |
This inserts an unused call to a function signature to make doxygen make the link.
Support for testing of the XWCtk Use this if a test uses a special namespace which would prevent doxygen from auto-linking, or to force reference to a protected or private member of a class.
fxn | is the function call of the non-special-namespace function that is being tested |
Definition at line 18 of file testXWC.hpp.