Searched refs:JsonUnitTestResultPrinter (Results 1 – 1 of 1) sorted by relevance
5333 class JsonUnitTestResultPrinter : public EmptyTestEventListener { class5335 explicit JsonUnitTestResultPrinter(const char* output_file);5383 GTEST_DISALLOW_COPY_AND_ASSIGN_(JsonUnitTestResultPrinter);5387 JsonUnitTestResultPrinter::JsonUnitTestResultPrinter(const char* output_file) in JsonUnitTestResultPrinter() function in testing::internal::JsonUnitTestResultPrinter5472 void JsonUnitTestResultPrinter::OutputJsonKey( in OutputJsonKey()5492 void JsonUnitTestResultPrinter::OutputJsonKey( in OutputJsonKey()5570 void JsonUnitTestResultPrinter::PrintJsonTestCase(std::ostream* stream, in PrintJsonTestCase()5654 void JsonUnitTestResultPrinter::PrintJsonTestList( in PrintJsonTestList()5681 std::string JsonUnitTestResultPrinter::TestPropertiesAsJson( in TestPropertiesAsJson()6387 listeners()->SetDefaultXmlGenerator(new JsonUnitTestResultPrinter( in ConfigureXmlOutput()[all …]