Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc4511 static void OutputJsonTestInfo(::std::ostream* stream,
4698 void JsonUnitTestResultPrinter::OutputJsonTestInfo(::std::ostream* stream, in OutputJsonTestInfo() function in testing::internal::JsonUnitTestResultPrinter
4836 OutputJsonTestInfo(stream, test_suite.name(), *test_suite.GetTestInfo(i)); in PrintJsonTestSuite()