Public Attributes | List of all members
RegressionTest Struct Reference

Structure holding arguments to regression test options and currently set tolerances to be used for the regression test. More...

#include <testdriver.h>

+ Collaboration diagram for RegressionTest:

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
 

Detailed Description

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.

Member Data Documentation

§ baseline_file

string RegressionTest::baseline_file

Definition at line 123 of file testdriver.h.

§ intensity_tolerance

double RegressionTest::intensity_tolerance

Definition at line 124 of file testdriver.h.

§ max_number_of_differences

unsigned int RegressionTest::max_number_of_differences

Definition at line 125 of file testdriver.h.

§ method

TestMethod RegressionTest::method

Definition at line 128 of file testdriver.h.

§ orientation_insensitive

bool RegressionTest::orientation_insensitive

Definition at line 127 of file testdriver.h.

§ test_file

string RegressionTest::test_file

Definition at line 122 of file testdriver.h.

§ tolerance_radius

unsigned int RegressionTest::tolerance_radius

Definition at line 126 of file testdriver.h.


The documentation for this struct was generated from the following file: