Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc4491 static void OutputJsonKey(std::ostream* stream,
4495 static void OutputJsonKey(std::ostream* stream,
4622 void JsonUnitTestResultPrinter::OutputJsonKey(std::ostream* stream, in OutputJsonKey() function in testing::internal::JsonUnitTestResultPrinter
4640 void JsonUnitTestResultPrinter::OutputJsonKey( in OutputJsonKey() function in testing::internal::JsonUnitTestResultPrinter
4660 OutputJsonKey(stream, "testsuite", "name", "NonTestSuiteFailure", Indent(6)); in OutputJsonTestSuiteForTestResult()
4661 OutputJsonKey(stream, "testsuite", "tests", 1, Indent(6)); in OutputJsonTestSuiteForTestResult()
4663 OutputJsonKey(stream, "testsuite", "failures", 1, Indent(6)); in OutputJsonTestSuiteForTestResult()
4664 OutputJsonKey(stream, "testsuite", "disabled", 0, Indent(6)); in OutputJsonTestSuiteForTestResult()
4665 OutputJsonKey(stream, "testsuite", "skipped", 0, Indent(6)); in OutputJsonTestSuiteForTestResult()
4666 OutputJsonKey(stream, "testsuite", "errors", 0, Indent(6)); in OutputJsonTestSuiteForTestResult()
[all …]