API
 
Loading...
Searching...
No Matches
Testing XWCTk
Collaboration diagram for Testing XWCTk:

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.
 

Detailed Description

Macro Definition Documentation

◆ XWCTEST_DOXYGEN_REF

#define XWCTEST_DOXYGEN_REF (   fxn)
Value:
if constexpr( false ) \
{ \
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.

Parameters
fxnis the function call of the non-special-namespace function that is being tested

Definition at line 18 of file testXWC.hpp.