Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc4025 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