How To Use
 All Modules Pages

It may be helpful to dump the current filter settings. You can check the settings as regular test events:

TTB_INFO("Dump current settings and verify as test events");
TTB::TheXmlCheck()->Dump(TTB::CTX_TEST_EVENT);
TTB_EXP("m_outputMode: 256");
TTB_EXP("m_detailedOutput: 0");
TTB_EXP("m_ignoreDeclaration: 1");
TTB_EXP("m_attributesToIgnore:");
TTB_EXP(" date");
TTB_EXP(" time");
TTB_EXP("m_nodesToIgnore:");
TTB_EXP(" Group_B");
TTB_EXP(" Group_C");
TTB_EXP("m_doubleAttributes with precision:");
TTB_EXP(" tolerance: 2");
TTB_EXP("m_doubleNodes with precision:");
TTB_EXP(" x: 3");
TTB_EXP("m_pointerAttributes:");
TTB_EXP(" pNothing");
TTB_EXP(" pSomething");
TTB_EXP("m_pointerNodes:");
TTB_EXP(" PointsToNothing");
TTB_EXP(" PointsToSomethingElse");

You can perform a more simple check by only writing current settings as an informational message to test protocol:

TTB_INFO("Dump current settings as info message to test protocol");
TTB::TheXmlCheck()->Dump(TTB::CTX_INFO);
// no test verification is needed