Home
last modified time | relevance | path

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

/src/contrib/bsnmp/tests/ !
H A Dcatch.hpp4713 struct TestCaseInfo { struct
4724 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 …]