Searched refs:m_casePaths (Results 1 – 2 of 2) sorted by relevance
869 if (m_casePaths) in checkTestGroupName()870 return m_casePaths->matches(groupName, true); in checkTestGroupName()879 if (m_casePaths) in checkTestCaseName()880 return m_casePaths->matches(caseName, false); in checkTestCaseName()934 m_casePaths = de::MovePtr<const CasePaths>(new CasePaths(cmdLine.getOption<opt::CasePath>())); in CaseListFilter()
112 de::MovePtr<const CasePaths> m_casePaths; member in tcu::CaseListFilter