Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest.cc3945 class JsonUnitTestResultPrinter : public EmptyTestEventListener { class
3947 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::JsonUnitTestResultPrinter
4084 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 …]