Home
last modified time | relevance | path

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

/src/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h468 virtual const std::string& GetTestSuiteName() const = 0;
522 const std::string& GetTestSuiteName() const override { in GetTestSuiteName() function
615 InsertSyntheticTestCase(GetTestSuiteName(), code_location_, in RegisterTests()