Structure holding arguments to regression test options and currently set tolerances to be used for the regression test. More...
#include <testdriver.h>
Public Attributes | |
string | baseline_file |
double | intensity_tolerance |
unsigned int | max_number_of_differences |
TestMethod | method |
bool | orientation_insensitive |
string | test_file |
unsigned int | tolerance_radius |
Structure holding arguments to regression test options and currently set tolerances to be used for the regression test.
Definition at line 121 of file testdriver.h.
string RegressionTest::baseline_file |
Definition at line 123 of file testdriver.h.
double RegressionTest::intensity_tolerance |
Definition at line 124 of file testdriver.h.
unsigned int RegressionTest::max_number_of_differences |
Definition at line 125 of file testdriver.h.
TestMethod RegressionTest::method |
Definition at line 128 of file testdriver.h.
bool RegressionTest::orientation_insensitive |
Definition at line 127 of file testdriver.h.
string RegressionTest::test_file |
Definition at line 122 of file testdriver.h.
unsigned int RegressionTest::tolerance_radius |
Definition at line 126 of file testdriver.h.