Lines Matching refs:passOrFail
9578 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()
9695 std::string passOrFail; member in Catch::ConsoleReporter::AssertionPrinter
10058 void printResultType( Colour::Code colour, std::string passOrFail ) const { in printResultType()
10059 if( !passOrFail.empty() ) { in printResultType()
10062 stream << " " << passOrFail; in printResultType()