|
libzypp
9.1.2
|
Generating a testcase of the current pool and solver state. More...
#include <Testcase.h>
Public Member Functions | |
| Testcase () | |
| Testcase (const std::string &path) | |
| ~Testcase () | |
| bool | createTestcase (Resolver &resolver, bool dumpPool=true, bool runSolver=true) |
Private Attributes | |
| std::string | dumpPath |
Generating a testcase of the current pool and solver state.
Definition at line 35 of file Testcase.h.
Definition at line 449 of file Testcase.cc.
| zypp::solver::detail::Testcase::Testcase | ( | const std::string & | path | ) |
Definition at line 453 of file Testcase.cc.
Definition at line 457 of file Testcase.cc.
| bool zypp::solver::detail::Testcase::createTestcase | ( | Resolver & | resolver, |
| bool | dumpPool = true, |
||
| bool | runSolver = true |
||
| ) |
Definition at line 460 of file Testcase.cc.
References zypp::filesystem::assert_dir(), zypp::ResPool::begin(), zypp::filesystem::clean_dir(), dumpPath, zypp::ResPool::end(), ERR, zypp::Resolver::forceResolve(), zypp::ResPool::getRequestedLocales(), zypp::Repository::id(), zypp::Resolver::ignoreAlreadyRecommended(), zypp::solver::detail::HelixControl::installResolvable(), zypp::SystemCheck::instance(), zypp::ZConfig::instance(), zypp::base::LogControl::instance(), zypp::base::LogControl::logfile(), zypp::str::numstring(), zypp::Resolver::onlyRequires(), and zypp::Resolver::resolvePool().
Referenced by zypp::Resolver::createSolverTestcase(), and zypp::solver::detail::Resolver::solverInit().
std::string zypp::solver::detail::Testcase::dumpPath [private] |
Definition at line 38 of file Testcase.h.
Referenced by createTestcase().
1.7.6.1