Definition at line 67 of file TestingProgram.H.
#include <TestingProgram.H>
Public Member Functions | |
program (int narg, char **args) | |
program (Global &inglob) | |
program (CommandLineType &incom) | |
program (CommandLineType &incom, Global &inglob) | |
virtual int | Initialize () |
virtual int | Run () |
virtual int | Finalize () |
TestObjectType & | TestObject () |
virtual | ~program () |
![]() | |
Program () | |
Program (GlobalType &inglob) | |
Program (ComLineType &incom) | |
Program (int narg, char **args) | |
Program (ComLineType &incom, GlobalType &inglob) | |
Program (int narg, char **args, GlobalType &inglob) | |
ComLineType & | CommandLine () |
virtual | ~Program () |
Protected Attributes | |
std::string | outFileName |
std::string | testName |
std::string | listFileName |
TestObjectType | testObject |
TestObjectType::Results | testResult |
![]() | |
ComLineType | _command_line |
|
inline |
Definition at line 76 of file TestingProgram.H.
Definition at line 77 of file TestingProgram.H.
|
inline |
Definition at line 78 of file TestingProgram.H.
|
inline |
Definition at line 79 of file TestingProgram.H.
|
inlinevirtual |
Definition at line 222 of file TestingProgram.H.
|
inlinevirtual |
Reimplemented from Program< GlobalType, ComLineType >.
Definition at line 196 of file TestingProgram.H.
|
inlinevirtual |
Reimplemented from Program< GlobalType, ComLineType >.
Definition at line 81 of file TestingProgram.H.
References ComLineObject::ErrorReport(), ComLineObject::GetOption(), Program< GlobalType, ComLineType >::Initialize(), ComLineObject::LongUsage(), and ComLineObject::ShortUsage().
|
inlinevirtual |
Reimplemented from Program< GlobalType, ComLineType >.
Definition at line 159 of file TestingProgram.H.
|
inline |
Definition at line 221 of file TestingProgram.H.
Referenced by main().
|
protected |
Definition at line 72 of file TestingProgram.H.
|
protected |
Definition at line 70 of file TestingProgram.H.
|
protected |
Definition at line 71 of file TestingProgram.H.
|
protected |
Definition at line 73 of file TestingProgram.H.
|
protected |
Definition at line 74 of file TestingProgram.H.