Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp563 bool isThrowSafe( TestCase const& testCase, IConfig const& config );
12135 bool isThrowSafe( TestCase const& testCase, IConfig const& config );
13974 bool isThrowSafe( TestCase const& testCase, IConfig const& config ) { in isThrowSafe() function
13979 return testSpec.matches( testCase ) && isThrowSafe( testCase, config ); in matchTest()
14390 if( isThrowSafe( test, config ) && filter.matches( test ) ) in matchesByFilter()