36 #include "pqCoreModule.h" 37 #include <QStringList> 38 #include <vtkPVOptions.h> 50 void PrintSelf(ostream &os, vtkIndent indent);
52 vtkGetStringMacro(TileImagePath);
53 vtkGetStringMacro(BaselineDirectory);
54 vtkGetStringMacro(TestDirectory);
55 vtkGetStringMacro(DataDirectory);
57 vtkGetMacro(ExitAppWhenTestsDone,
int);
60 QStringList GetTestScripts();
64 vtkGetStringMacro(ServerResourceName);
66 vtkSetStringMacro(TileImagePath);
67 vtkSetStringMacro(BaselineDirectory);
68 vtkSetStringMacro(TestDirectory);
69 vtkSetStringMacro(DataDirectory);
72 {
return this->TestScripts.size(); }
74 {
return this->TestScripts[cc].TestFile; }
76 {
return this->TestScripts[cc].TestBaseline; }
78 {
return this->TestScripts[cc].ImageThreshold; }
83 vtkSetMacro(CurrentImageThreshold,
int);
84 vtkGetMacro(CurrentImageThreshold,
int);
88 vtkGetMacro(TestMaster,
int);
89 vtkGetMacro(TestSlave,
int);
95 vtkGetStringMacro(PythonScript);
98 int AddTestScript(
const char*);
99 int SetLastTestBaseline(
const char*);
100 int SetLastTestImageThreshold(
int);
106 virtual void Initialize();
107 virtual int PostProcess(
int argc,
const char *
const *argv);
122 vtkSetStringMacro(PythonScript);
123 vtkSetStringMacro(ServerResourceName);
138 virtual int WrongArgument(
const char* argument);
QList< TestInfo > TestScripts
char * ServerResourceName
QString GetTestScript(int cc)
int GetTestImageThreshold(int cc)
int CurrentImageThreshold
QString GetTestBaseline(int cc)
int GetNumberOfTestScripts()
Command line options for pqClient.