Searched defs:failedString (Results 1 – 5 of 5) sorted by relevance
/external/catch2/include/reporters/ | ||
D | catch_reporter_tap.hpp | 147 static const char* failedString() { return "not ok"; } in failedString() function in Catch::TAPReporter::AssertionPrinter |
D | catch_reporter_compact.cpp | 16 const char* failedString() { return "FAILED"; } in failedString() function |
/external/catch2/single_include/catch2/ | ||
D | catch_reporter_tap.hpp | 147 static const char* failedString() { return "not ok"; } in failedString() function in Catch::TAPReporter::AssertionPrinter |
D | catch.hpp | 13045 const char* failedString() { return "FAILED"; } in failedString() function |
/external/bcc/tests/cc/ | ||
D | catch.hpp | 10046 static const char* failedString() { return "FAILED"; } in failedString() function in Catch::CompactReporter::AssertionPrinter |