Go to the source code of this file.
| #define mExitTestProg |
( |
|
var | ) |
|
| #define mInitBatchTestProg |
( |
| ) |
|
| #define mInitTestProg |
( |
| ) |
|
Value:Definition: commandlineparser.h:49
static mUsedVar PtrMan< CommandLineParser > theparser
Definition: testprog.h:41
FixedString Quiet()
Definition: keystrs.h:105
void od_init_test_program(int, char **)
| #define mRunStandardTestWithError |
( |
|
test, |
|
|
|
desc, |
|
|
|
err |
|
) |
| |
Value: od_ostream::logStream() << desc; \
if ( (test) ) \
{ \
} \
else \
{ \
od_ostream::logStream() << " - FAIL"; \
\
return false; \
}
static od_ostream & logStream()
used by ErrMsg and UsrMsg
static mUsedVar bool quiet
Definition: testprog.h:40
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
| int testMain |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
| static mUsedVar od_ostream& tstStream |
( |
bool |
err = false | ) |
|
|
inlinestatic |
| mUsedVar bool quiet = true |
|
static |