Searched refs:IConfig (Results 1 – 1 of 1) sorted by relevance
555 struct IConfig;560 virtual std::vector<TestCase> const& getAllTestsSorted( IConfig const& config ) const = 0;563 bool isThrowSafe( TestCase const& testCase, IConfig const& config );564 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config );565 …erTests( std::vector<TestCase> const& testCases, TestSpec const& testSpec, IConfig const& config );566 std::vector<TestCase> const& getAllTestCasesSorted( IConfig const& config );4297 struct IConfig;4300 using IConfigPtr = std::shared_ptr<IConfig const>;4455 struct IConfig : NonCopyable { struct4457 virtual ~IConfig();[all …]