Searched refs:expandAliases (Results 1 – 1 of 1) sorted by relevance
5132 virtual std::string expandAliases( std::string const& unexpandedTestSpec ) const = 0;12230 std::string expandAliases( std::string const& unexpandedTestSpec ) const override;13746 std::string TagAliasRegistry::expandAliases( std::string const& unexpandedTestSpec ) const { in expandAliases() function in Catch::TagAliasRegistry14412 m_arg = m_tagAliases->expandAliases( arg ); in parse()