Searched refs:user_config_ (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/kyua/engine/
H A Dscheduler.cpp221 /// \param user_config_ User configuration passed to the test.
225 const config::tree& user_config_) :
227 interface(interface_), user_config(user_config_)
539 /// \param user_config_ User configuration to pass to the test program list
543 impl(const config::tree& user_config_, argument
545 _loaded(false), _user_config(user_config_),
559 /// \param user_config_ User configuration to pass to the scheduler.
567 const config::tree& user_config_,
571 _pimpl(new impl(user_config_, scheduler_handle_))
222 test_exec_data(const model::test_program_ptr test_program_, const std::string& test_case_name_, const std::shared_ptr< scheduler::interface > interface_, const config::tree& user_config_) argument
561 lazy_test_program( const std::string& interface_name_, const fs::path& binary_, const fs::path& root_, const std::string& test_suite_name_, const model::metadata& md_, const config::tree& user_config_, scheduler::scheduler_handle& scheduler_handle_) argument

Completed in 109 milliseconds