Doctest_tests/doctest.h [5124:5129]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - s << Color::Cyan << "[doctest] " << Color::None << "unskipped test cases passing the current filters: " << g_cs->numTestCasesPassingFilters << "\n"; s << Color::Cyan << "[doctest] " << Color::None << "test suites with unskipped test cases passing the current filters: " << g_cs->numTestSuitesPassingFilters << "\n"; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Doctest_tests/doctest.h [5169:5174]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - s << Color::Cyan << "[doctest] " << Color::None << "unskipped test cases passing the current filters: " << g_cs->numTestCasesPassingFilters << "\n"; s << Color::Cyan << "[doctest] " << Color::None << "test suites with unskipped test cases passing the current filters: " << g_cs->numTestSuitesPassingFilters << "\n"; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -