Searched refs:JsonUnitTestResultPrinter (Results 1 – 1 of 1) sorted by relevance
3945 class JsonUnitTestResultPrinter : public EmptyTestEventListener { class3947 explicit JsonUnitTestResultPrinter(const char* output_file);3995 GTEST_DISALLOW_COPY_AND_ASSIGN_(JsonUnitTestResultPrinter);3999 JsonUnitTestResultPrinter::JsonUnitTestResultPrinter(const char* output_file) in JsonUnitTestResultPrinter() function in testing::internal::JsonUnitTestResultPrinter4084 void JsonUnitTestResultPrinter::OutputJsonKey( in OutputJsonKey()4104 void JsonUnitTestResultPrinter::OutputJsonKey( in OutputJsonKey()4182 void JsonUnitTestResultPrinter::PrintJsonTestCase(std::ostream* stream, in PrintJsonTestCase()4266 void JsonUnitTestResultPrinter::PrintJsonTestList( in PrintJsonTestList()4293 std::string JsonUnitTestResultPrinter::TestPropertiesAsJson( in TestPropertiesAsJson()5005 listeners()->SetDefaultXmlGenerator(new JsonUnitTestResultPrinter( in ConfigureXmlOutput()[all …]