12#ifndef ZYPP_MISC_LOADTESTCASE_H
13#define ZYPP_MISC_LOADTESTCASE_H
36 const std::string &
name ()
const;
38 const std::string &
value ()
const;
39 std::string &
value ();
41 const std::string &
getProp(
const std::string &
name,
const std::string &def = std::string() )
const;
42 const std::map<std::string, std::string> &
properties()
const;
43 std::map<std::string, std::string> &
properties();
44 const std::vector<std::shared_ptr<Node>> &
children()
const;
45 std::vector<std::shared_ptr<Node>> &
children();
54 const std::vector<Node> &
nodes ()
const;
55 std::vector<Node> &
nodes ();
76 bool loadTestcaseAt (
const zypp::Pathname &path, std::string *err );
80 const TestcaseTrials &trialInfo()
const;
Provides API related macros.
#define ZYPP_API_DEPTESTOMATIC
std::unique_ptr< Impl > _pimpl
std::vector< TestcaseTrial > TestcaseTrials
boost::noncopyable NonCopyable
Ensure derived classes cannot be copied.
RW_pointer supporting 'copy on write' functionality.
const std::vector< std::shared_ptr< Node > > & children() const
const std::string & name() const
const std::string & getProp(const std::string &name, const std::string &def=std::string()) const
const std::map< std::string, std::string > & properties() const
RWCOW_pointer< Impl > _pimpl
const std::string & value() const
const std::vector< Node > & nodes() const
RWCOW_pointer< Impl > _pimpl