libzypp  13.10.6
zypp::solver::detail::Testcase Class Reference

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
 

Detailed Description

Generating a testcase of the current pool and solver state.

Definition at line 35 of file Testcase.h.

Constructor & Destructor Documentation

zypp::solver::detail::Testcase::Testcase ( )

Definition at line 464 of file Testcase.cc.

zypp::solver::detail::Testcase::Testcase ( const std::string &  path)

Definition at line 468 of file Testcase.cc.

zypp::solver::detail::Testcase::~Testcase ( )

Definition at line 472 of file Testcase.cc.

Member Function Documentation

bool zypp::solver::detail::Testcase::createTestcase ( Resolver resolver,
bool  dumpPool = true,
bool  runSolver = true 
)

Definition at line 475 of file Testcase.cc.

Member Data Documentation

std::string zypp::solver::detail::Testcase::dumpPath
private

Definition at line 38 of file Testcase.h.


The documentation for this class was generated from the following files: