Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/testing/perf/
H A Dluci_test_result_unittest.cc65 result.set_test_path("FakeTestSuite.FakeTest"); in TEST_F()
127 result.set_test_path("FakeTestSuite.Status"); in TEST_F()
H A Dluci_test_result.h92 void set_test_path(const std::string& test_path) { test_path_ = test_path; } in set_test_path() function
H A Dluci_test_result.cc164 result.set_test_path(base::StringPrintf("%s.%s", test_info->test_suite_name(), in CreateForGTest()