Searched refs:TestCaseInfo (Results 1 – 1 of 1) sorted by relevance
4713 struct TestCaseInfo { struct4724 TestCaseInfo( std::string const& _name,4730 friend void setTags( TestCaseInfo& testCaseInfo, std::vector<std::string> tags );4748 class TestCase : public TestCaseInfo {4751 TestCase( ITestInvoker* testCase, TestCaseInfo&& info );4757 TestCaseInfo const& getTestCaseInfo() const;5057 virtual bool matches( TestCaseInfo const& testCase ) const = 0;5067 bool matches( TestCaseInfo const& testCase ) const override;5075 bool matches( TestCaseInfo const& testCase ) const override;5083 bool matches( TestCaseInfo const& testCase ) const override;[all …]