19#ifndef COMPRESULTSAMPLER_H
20#define COMPRESULTSAMPLER_H
42 std::vector<std::string> offendingLeaves;
44 virtual std::string
print()
const
48 ss <<
"Offending leaves: ";
49 for (
const auto& leafName : offendingLeaves)
50 {ss <<
"\"" << leafName <<
"\" ";}
Result of comparison of a sampler branch.
virtual std::string print() const
Print the result of the test - ie information store in the class.
virtual std::string print() const
Print the result of the test - ie information store in the class.