13 #ifndef ZYPP_SOLVER_DETAIL_TESTCASE_H 14 #define ZYPP_SOLVER_DETAIL_TESTCASE_H 15 #ifndef ZYPP_USE_RESOLVER_INTERNALS 16 #error Do not directly include this file! 47 Testcase( std::string path );
50 bool createTestcase( Resolver & resolver,
bool dumpPool =
true,
bool runSolver =
true );
62 #endif // ZYPP_USE_RESOLVER_INTERNALS 63 #endif // ZYPP_SOLVER_DETAIL_TESTCASE_H Easy-to use interface to the ZYPP dependency resolver.