Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc3981 class JsonUnitTestResultPrinter : public EmptyTestEventListener { class
3983 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::JsonUnitTestResultPrinter
4120 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 …]