• Home
  • Raw
  • Download

Lines Matching refs:IConfig

312     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 );
3383 struct IConfig : IShared { struct
3385 virtual ~IConfig();
3527 class Config : public SharedImpl<IConfig> {
5045 explicit ReporterConfig( Ptr<IConfig const> const& _fullConfig ) in ReporterConfig()
5048 ReporterConfig( Ptr<IConfig const> const& _fullConfig, std::ostream& _stream ) in ReporterConfig()
5052 Ptr<IConfig const> fullConfig() const { return m_fullConfig; } in fullConfig()
5056 Ptr<IConfig const> m_fullConfig;
5278 …virtual IStreamingReporter* create( std::string const& name, Ptr<IConfig const> const& config ) co…
5864 … explicit RunContext( Ptr<IConfig const> const& _config, Ptr<IStreamingReporter> const& reporter ) in RunContext()
5931 Ptr<IConfig const> config() const { in config()
6145 Ptr<IConfig const> m_config;
6222 …Ptr<IStreamingReporter> addListeners( Ptr<IConfig const> const& config, Ptr<IStreamingReporter> re… in addListeners()
6233 Ptr<IConfig const> iconfig = config.get(); in runTests()
6262 void applyFilenamesAsTags( IConfig const& config ) { in applyFilenamesAsTags()
6418 …inline std::vector<TestCase> sortTests( IConfig const& config, std::vector<TestCase> const& unsort… in sortTests()
6440 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) { in matchTest()
6461 …rTests( std::vector<TestCase> const& testCases, TestSpec const& testSpec, IConfig const& config ) { in filterTests()
6471 std::vector<TestCase> const& getAllTestCasesSorted( IConfig const& config ) { in getAllTestCasesSorted()
6496 virtual std::vector<TestCase> const& getAllTestsSorted( IConfig const& config ) const { in getAllTestsSorted()
6592 …virtual IStreamingReporter* create( std::string const& name, Ptr<IConfig const> const& config ) co… in create()
6894 virtual Ptr<IConfig const> getConfig() const { in getConfig()
6905 virtual void setConfig( Ptr<IConfig const> const& config ) { in setConfig()
6933 Ptr<IConfig const> m_config;
7045 Ptr<IConfig const> config = getCurrentContext().getConfig(); in platformColourInstance()
7105 Ptr<IConfig const> config = getCurrentContext().getConfig(); in platformColourInstance()
7807 void seedRng( IConfig const& config ) { in seedRng()
8580 Ptr<IConfig const> m_config;
8718 Ptr<IConfig const> m_config;
10227 IConfig::~IConfig() {} in ~IConfig()