Searched refs:TestCaseInfo (Results 1 – 1 of 1) sorted by relevance
2819 struct TestCaseInfo { struct2828 TestCaseInfo( std::string const& _name,2834 TestCaseInfo( TestCaseInfo const& other );2836 friend void setTags( TestCaseInfo& testCaseInfo, std::set<std::string> const& tags );2853 class TestCase : public TestCaseInfo {2856 TestCase( ITestCase* testCase, TestCaseInfo const& info );2863 TestCaseInfo const& getTestCaseInfo() const;3186 virtual bool matches( TestCaseInfo const& testCase ) const = 0;3194 virtual bool matches( TestCaseInfo const& testCase ) const { in matches()3205 virtual bool matches( TestCaseInfo const& testCase ) const { in matches()[all …]