Searched refs:OutputJsonKey (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 4518 static void OutputJsonKey(std::ostream* stream, 4522 static void OutputJsonKey(std::ostream* stream, 4655 void JsonUnitTestResultPrinter::OutputJsonKey(std::ostream* stream, in OutputJsonKey() function in testing::internal::JsonUnitTestResultPrinter 4673 void JsonUnitTestResultPrinter::OutputJsonKey( in OutputJsonKey() function in testing::internal::JsonUnitTestResultPrinter 4693 OutputJsonKey(stream, "testsuite", "name", "NonTestSuiteFailure", Indent(6)); in OutputJsonTestSuiteForTestResult() 4694 OutputJsonKey(stream, "testsuite", "tests", 1, Indent(6)); in OutputJsonTestSuiteForTestResult() 4696 OutputJsonKey(stream, "testsuite", "failures", 1, Indent(6)); in OutputJsonTestSuiteForTestResult() 4697 OutputJsonKey(stream, "testsuite", "disabled", 0, Indent(6)); in OutputJsonTestSuiteForTestResult() 4698 OutputJsonKey(stream, "testsuite", "skipped", 0, Indent(6)); in OutputJsonTestSuiteForTestResult() 4699 OutputJsonKey(stream, "testsuite", "errors", 0, Indent(6)); in OutputJsonTestSuiteForTestResult() [all …]
|