Searched refs:TestPropertiesAsJson (Results 1 – 1 of 1) sorted by relevance
4525 static std::string TestPropertiesAsJson(const TestResult& result,4688 *stream << TestPropertiesAsJson(result, Indent(10)); in OutputJsonTestSuiteForTestResult()4740 *stream << TestPropertiesAsJson(result, kIndent); in OutputJsonTestInfo()4822 *stream << TestPropertiesAsJson(test_suite.ad_hoc_test_result(), kIndent) in PrintJsonTestSuite()4867 *stream << TestPropertiesAsJson(unit_test.ad_hoc_test_result(), kIndent) in PrintJsonUnitTest()4926 std::string JsonUnitTestResultPrinter::TestPropertiesAsJson( in TestPropertiesAsJson() function in testing::internal::JsonUnitTestResultPrinter