Lines Matching refs:test_name
78 void RunTest(const std::string& test_name, std::vector<const char*> extra_args = {});
79 void RunTestCaptureFooter(const std::string& test_name, std::string* footer,
81 void Verify(const std::string& test_name, const std::string& expected_output,
83 void VerifySortedOutput(const std::string& test_name, const std::string& expected_output,
107 std::string test_name(iter->substr(12)); in SortTestOutput() local
125 tests[test_name] = test_body; in SortTestOutput()
214 void SystemTests::RunTest(const std::string& test_name, std::vector<const char*> extra_args) { in RunTest() argument
228 std::string filter_arg("--gtest_filter=" + test_name); in RunTest()
234 void SystemTests::RunTestCaptureFooter(const std::string& test_name, std::string* footer, in RunTestCaptureFooter() argument
236 ASSERT_NO_FATAL_FAILURE(RunTest(test_name, extra_args)); in RunTestCaptureFooter()
252 void SystemTests::Verify(const std::string& test_name, const std::string& expected_output, in Verify() argument
254 ASSERT_NO_FATAL_FAILURE(RunTest(test_name, extra_args)); in Verify()
261 void SystemTests::VerifySortedOutput(const std::string& test_name, in VerifySortedOutput() argument
264 ASSERT_NO_FATAL_FAILURE(RunTest(test_name, extra_args)); in VerifySortedOutput()