Home
last modified time | relevance | path

Searched refs:passOrFail (Results 1 – 6 of 6) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_console.cpp48 passOrFail = "PASSED"; in ConsoleAssertionPrinter()
58 passOrFail = "FAILED - but was ok"; in ConsoleAssertionPrinter()
61 passOrFail = "FAILED"; in ConsoleAssertionPrinter()
70 passOrFail = "FAILED"; in ConsoleAssertionPrinter()
79 passOrFail = "FAILED"; in ConsoleAssertionPrinter()
84 passOrFail = "FAILED"; in ConsoleAssertionPrinter()
94 passOrFail = "FAILED"; in ConsoleAssertionPrinter()
105 passOrFail = "** internal error **"; in ConsoleAssertionPrinter()
125 if (!passOrFail.empty()) { in printResultType()
127 stream << passOrFail << ":\n"; in printResultType()
[all …]
Dcatch_reporter_tap.hpp155 void printResultType( std::string const& passOrFail ) const { in printResultType()
156 if( !passOrFail.empty() ) { in printResultType()
157 stream << passOrFail << ' ' << counter << " -"; in printResultType()
Dcatch_reporter_compact.cpp160 void printResultType(Colour::Code colour, std::string const& passOrFail) const { in printResultType()
161 if (!passOrFail.empty()) { in printResultType()
164 stream << ' ' << passOrFail; in printResultType()
/external/catch2/single_include/catch2/
Dcatch_reporter_tap.hpp155 void printResultType( std::string const& passOrFail ) const { in printResultType()
156 if( !passOrFail.empty() ) { in printResultType()
157 stream << passOrFail << ' ' << counter << " -"; in printResultType()
Dcatch.hpp13188 void printResultType(Colour::Code colour, std::string const& passOrFail) const { in printResultType()
13189 if (!passOrFail.empty()) { in printResultType()
13192 stream << ' ' << passOrFail; in printResultType()
13354 passOrFail = "PASSED"; in ConsoleAssertionPrinter()
13364 passOrFail = "FAILED - but was ok"; in ConsoleAssertionPrinter()
13367 passOrFail = "FAILED"; in ConsoleAssertionPrinter()
13376 passOrFail = "FAILED"; in ConsoleAssertionPrinter()
13385 passOrFail = "FAILED"; in ConsoleAssertionPrinter()
13390 passOrFail = "FAILED"; in ConsoleAssertionPrinter()
13400 passOrFail = "FAILED"; in ConsoleAssertionPrinter()
[all …]
/external/bcc/tests/cc/
Dcatch.hpp9578 passOrFail = "PASSED"; in AssertionPrinter()
9588 passOrFail = "FAILED - but was ok"; in AssertionPrinter()
9592 passOrFail = "FAILED"; in AssertionPrinter()
9601 passOrFail = "FAILED"; in AssertionPrinter()
9606 passOrFail = "FAILED"; in AssertionPrinter()
9611 passOrFail = "FAILED"; in AssertionPrinter()
9621 passOrFail = "FAILED"; in AssertionPrinter()
9632 passOrFail = "** internal error **"; in AssertionPrinter()
9655 if( !passOrFail.empty() ) { in printResultType()
9657 stream << passOrFail << ":\n"; in printResultType()
[all …]