16 #ifndef QGSMULTIRENDERCHECKER_H
17 #define QGSMULTIRENDERCHECKER_H
61 void setControlName(
const QString& theName );
63 void setControlPathPrefix(
const QString& prefix );
71 void setRenderedImage(
const QString& renderedImagePath ) { mRenderedImage = renderedImagePath; }
87 void setColorTolerance(
unsigned int theColorTolerance ) { mColorTolerance = theColorTolerance; }
102 bool runTest(
const QString& theTestName,
unsigned int theMismatchCount = 0 );
109 const QString&
report()
const {
return mReport; }
115 const QString controlImagePath()
const;
124 QString mRenderedImage;
125 QString mControlName;
126 QString mControlPathPrefix;
127 unsigned int mColorTolerance;
131 #endif // QGSMULTIRENDERCHECKER_H