|
libzypp 17.38.14
|
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 293 of file Resolver.cc.
|
inline |
Definition at line 295 of file Resolver.cc.
|
inline |
Definition at line 302 of file Resolver.cc.
|
private |
Definition at line 313 of file Resolver.cc.
|
staticprivate |
Definition at line 314 of file Resolver.cc.