Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc5333 class JsonUnitTestResultPrinter : public EmptyTestEventListener { class
5335 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::JsonUnitTestResultPrinter
5472 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 …]