Testcase.h File Reference

#include <iosfwd>
#include <string>
#include "zypp/base/ReferenceCounted.h"
#include "zypp/base/NonCopyable.h"
#include "zypp/base/PtrTypes.h"
#include "zypp/solver/detail/Resolver.h"
#include "zypp/Capabilities.h"
#include "zypp/ResPool.h"
#include "zypp/base/GzStream.h"
#include "zypp/Repository.h"
#include "zypp/Locale.h"

Include dependency graph for Testcase.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  zypp::solver::detail::HelixResolvable
 Creates a file in helix format which includes all available or installed packages,patches,selections. More...
class  zypp::solver::detail::HelixControl
 Creates a file in helix format which contains all controll action of a testcase ( file is known as *-test.xml). More...
class  zypp::solver::detail::Testcase
 Generating a testcase of the current pool and solver state. More...

Namespaces

namespace  zypp
 Easy-to use interface to the ZYPP dependency resolver.
namespace  zypp::solver
namespace  zypp::solver::detail

Typedefs

typedef std::map< Repository,
HelixResolvable_Ptr > 
zypp::solver::detail::RepositoryTable

Functions

template<class T >
std::string zypp::solver::detail::helixXML (const T &obj)
template<>
std::string zypp::solver::detail::helixXML (const Edition &edition)
template<>
std::string zypp::solver::detail::helixXML (const Arch &arch)
template<>
std::string zypp::solver::detail::helixXML (const Capability &cap)
template<>
std::string zypp::solver::detail::helixXML (const Capabilities &caps)
template<>
std::string zypp::solver::detail::helixXML (const CapabilitySet &caps)
std::string zypp::solver::detail::helixXML (const PoolItem &item)
 zypp::solver::detail::DEFINE_PTR_TYPE (HelixResolvable)


Detailed Description

Definition in file Testcase.h.


doxygen