Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h471 virtual const std::string& GetTestCaseName() const = 0;
510 virtual const std::string& GetTestCaseName() const { return test_case_name_; } in GetTestCaseName() function
682 if ((*it)->GetTestCaseName() == test_case_name) { in GetTestCasePatternHolder()