Searched refs:TestPropertiesAsJson (Results 1 – 1 of 1) sorted by relevance
5377 static std::string TestPropertiesAsJson(const TestResult& result,5543 *stream << TestPropertiesAsJson(result, kIndent); in OutputJsonTestInfo()5588 *stream << TestPropertiesAsJson(test_case.ad_hoc_test_result(), kIndent) in PrintJsonTestCase()5633 *stream << TestPropertiesAsJson(unit_test.ad_hoc_test_result(), kIndent) in PrintJsonUnitTest()5681 std::string JsonUnitTestResultPrinter::TestPropertiesAsJson( in TestPropertiesAsJson() function in testing::internal::JsonUnitTestResultPrinter