Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
4042 void JsonUnitTestResultPrinter::OnTestIterationEnd(const UnitTest& unit_test, in OnTestIterationEnd()
4052 std::string JsonUnitTestResultPrinter::EscapeJson(const std::string& str) { in EscapeJson()
4120 void JsonUnitTestResultPrinter::OutputJsonKey( in OutputJsonKey()
4140 void JsonUnitTestResultPrinter::OutputJsonKey( in OutputJsonKey()
4161 void JsonUnitTestResultPrinter::OutputJsonTestInfo(::std::ostream* stream, in OutputJsonTestInfo()
4227 void JsonUnitTestResultPrinter::PrintJsonTestSuite( in PrintJsonTestSuite()
[all …]