libzypp 17.37.17
|
Write automatic testcases if ZYPP_FULLLOG=1 is set. More...
Public Member Functions | |
ScopedAutoTestCaseWriter (Resolver &resolver_r) | |
~ScopedAutoTestCaseWriter () |
Private Attributes | |
Resolver * | _resolver = nullptr |
Static Private Attributes | |
static bool | dumpPool = true |
Write automatic testcases if ZYPP_FULLLOG=1 is set.
As a matter of fact the testcase writer needs a Resolver but can not write the testcase unless the underlying SATResolver is initialized. So we write out the testcase after solving and before Resolver ist left.
Definition at line 290 of file Resolver.cc.
|
inline |
Definition at line 292 of file Resolver.cc.
|
inline |
Definition at line 299 of file Resolver.cc.
|
private |
Definition at line 310 of file Resolver.cc.
|
staticprivate |
Definition at line 311 of file Resolver.cc.