Searched refs:TestPropertiesAsJson (Results 1 – 1 of 1) sorted by relevance
4025 static std::string TestPropertiesAsJson(const TestResult& result,4200 *stream << TestPropertiesAsJson(result, kIndent); in OutputJsonTestInfo()4249 *stream << TestPropertiesAsJson(test_suite.ad_hoc_test_result(), kIndent) in PrintJsonTestSuite()4294 *stream << TestPropertiesAsJson(unit_test.ad_hoc_test_result(), kIndent) in PrintJsonUnitTest()4342 std::string JsonUnitTestResultPrinter::TestPropertiesAsJson( in TestPropertiesAsJson() function in testing::internal::JsonUnitTestResultPrinter