Searched refs:JsonUnitTestResultPrinter (Results 1 – 1 of 1) sorted by relevance
3981 class JsonUnitTestResultPrinter : public EmptyTestEventListener { class3983 explicit JsonUnitTestResultPrinter(const char* output_file);4031 GTEST_DISALLOW_COPY_AND_ASSIGN_(JsonUnitTestResultPrinter);4035 JsonUnitTestResultPrinter::JsonUnitTestResultPrinter(const char* output_file) in JsonUnitTestResultPrinter() function in testing::internal::JsonUnitTestResultPrinter4120 void JsonUnitTestResultPrinter::OutputJsonKey( in OutputJsonKey()4140 void JsonUnitTestResultPrinter::OutputJsonKey( in OutputJsonKey()4227 void JsonUnitTestResultPrinter::PrintJsonTestSuite( in PrintJsonTestSuite()4315 void JsonUnitTestResultPrinter::PrintJsonTestList( in PrintJsonTestList()4342 std::string JsonUnitTestResultPrinter::TestPropertiesAsJson( in TestPropertiesAsJson()5077 listeners()->SetDefaultXmlGenerator(new JsonUnitTestResultPrinter( in ConfigureXmlOutput()[all …]