Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest.cc4454 class JsonUnitTestResultPrinter : public EmptyTestEventListener { class
4456 explicit JsonUnitTestResultPrinter(const char* output_file);
4510 JsonUnitTestResultPrinter(const JsonUnitTestResultPrinter&) = delete;
4511 JsonUnitTestResultPrinter& operator=(const JsonUnitTestResultPrinter&) =
4516 JsonUnitTestResultPrinter::JsonUnitTestResultPrinter(const char* output_file) in JsonUnitTestResultPrinter() function in testing::internal::JsonUnitTestResultPrinter
4619 void JsonUnitTestResultPrinter::OutputJsonKey( in OutputJsonKey()
4635 void JsonUnitTestResultPrinter::OutputJsonTestSuiteForTestResult( in OutputJsonTestSuiteForTestResult()
4754 void JsonUnitTestResultPrinter::PrintJsonTestSuite( in PrintJsonTestSuite()
4853 void JsonUnitTestResultPrinter::PrintJsonTestList( in PrintJsonTestList()
4880 std::string JsonUnitTestResultPrinter::TestPropertiesAsJson( in TestPropertiesAsJson()
[all …]