Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_test_case_registry_impl.h23 struct IConfig;
25 …std::vector<TestCase> sortTests( IConfig const& config, std::vector<TestCase> const& unsortedTestC…
26 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config );
30 …erTests( std::vector<TestCase> const& testCases, TestSpec const& testSpec, IConfig const& config );
31 std::vector<TestCase> const& getAllTestCasesSorted( IConfig const& config );
40 std::vector<TestCase> const& getAllTestsSorted( IConfig const& config ) const override;
Dcatch_interfaces_testcase.h23 struct IConfig;
28 virtual std::vector<TestCase> const& getAllTestsSorted( IConfig const& config ) const = 0;
31 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config );
32 …erTests( std::vector<TestCase> const& testCases, TestSpec const& testSpec, IConfig const& config );
33 std::vector<TestCase> const& getAllTestCasesSorted( IConfig const& config );
Dcatch_test_case_registry_impl.cpp21 …std::vector<TestCase> sortTests( IConfig const& config, std::vector<TestCase> const& unsortedTestC… in sortTests()
39 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) { in matchTest()
54 …rTests( std::vector<TestCase> const& testCases, TestSpec const& testSpec, IConfig const& config ) { in filterTests()
62 std::vector<TestCase> const& getAllTestCasesSorted( IConfig const& config ) { in getAllTestCasesSorted()
79 std::vector<TestCase> const& TestRegistry::getAllTestsSorted( IConfig const& config ) const { in getAllTestsSorted()
Dcatch_interfaces_config.h56 struct IConfig : NonCopyable { struct
58 virtual ~IConfig();
80 using IConfigPtr = std::shared_ptr<IConfig const>;
Dcatch_interfaces_config.cpp4 IConfig::~IConfig() = default;
Dcatch_random_number_generator.h15 struct IConfig;
18 void seedRng( IConfig const& config );
Dcatch_context.h17 struct IConfig;
20 using IConfigPtr = std::shared_ptr<IConfig const>;
Dcatch_random_number_generator.cpp19 void seedRng( IConfig const& config ) { in seedRng()
Dcatch_config.hpp68 class Config : public IConfig {
Dcatch_session.cpp99 void applyFilenamesAsTags(Catch::IConfig const& config) { in applyFilenamesAsTags()
/external/bcc/tests/cc/
Dcatch.hpp312 struct IConfig;
405 void seedRng( IConfig const& config );
571 struct IConfig;
581 virtual Ptr<IConfig const> getConfig() const = 0;
589 virtual void setConfig( Ptr<IConfig const> const& config ) = 0;
618 struct IConfig;
623 virtual std::vector<TestCase> const& getAllTestsSorted( IConfig const& config ) const = 0;
626 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config );
627 …erTests( std::vector<TestCase> const& testCases, TestSpec const& testSpec, IConfig const& config );
628 std::vector<TestCase> const& getAllTestCasesSorted( IConfig const& config );
[all …]
/external/catch2/single_include/catch2/
Dcatch.hpp492 struct IConfig;
497 virtual std::vector<TestCase> const& getAllTestsSorted( IConfig const& config ) const = 0;
500 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config );
501 …erTests( std::vector<TestCase> const& testCases, TestSpec const& testSpec, IConfig const& config );
502 std::vector<TestCase> const& getAllTestCasesSorted( IConfig const& config );
3920 struct IConfig;
3923 using IConfigPtr = std::shared_ptr<IConfig const>;
4009 struct IConfig : NonCopyable { struct
4011 virtual ~IConfig();
4033 using IConfigPtr = std::shared_ptr<IConfig const>;
[all …]