Searched defs:testSpec (Results 1 – 1 of 1) sorted by relevance
9900 TestSpec const& Config::testSpec() const { return m_testSpec; } in testSpec() function in Catch::Config11085 TestSpec testSpec = config.testSpec(); in listTests() local11119 TestSpec testSpec = config.testSpec(); in listTestsNamesOnly() local11157 TestSpec testSpec = config.testSpec(); in listTags() local12499 …void RunContext::testGroupStarting(std::string const& testSpec, std::size_t groupIndex, std::size_… in testGroupStarting()12503 …void RunContext::testGroupEnded(std::string const& testSpec, Totals const& totals, std::size_t gro… in testGroupEnded()13978 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) { in matchTest()13993 …<TestCase> filterTests( std::vector<TestCase> const& testCases, TestSpec const& testSpec, IConfig … in filterTests()14427 TestSpec TestSpecParser::testSpec() { in testSpec() function in Catch::TestSpecParser