Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp15635 void printResultType(Colour::Code colour, std::string const& passOrFail) const { in printResultType()
15636 if (!passOrFail.empty()) { in printResultType()
15639 stream << ' ' << passOrFail; in printResultType()
15807 passOrFail = "PASSED"; in ConsoleAssertionPrinter()
15817 passOrFail = "FAILED - but was ok"; in ConsoleAssertionPrinter()
15820 passOrFail = "FAILED"; in ConsoleAssertionPrinter()
15829 passOrFail = "FAILED"; in ConsoleAssertionPrinter()
15838 passOrFail = "FAILED"; in ConsoleAssertionPrinter()
15843 passOrFail = "FAILED"; in ConsoleAssertionPrinter()
15853 passOrFail = "FAILED"; in ConsoleAssertionPrinter()
[all …]