Classes | Macros | Functions
CommandOptionParser_T.cpp File Reference
#include "CommandOptionParser.hpp"
#include "CommandOptionWithCommonTimeArg.hpp"
#include "YDSTime.hpp"
#include "TestUtil.hpp"
#include <iostream>
Include dependency graph for CommandOptionParser_T.cpp:

Go to the source code of this file.

Classes

class  CommandOptionParser_T
 

Macros

#define COPANOERR(COP)
 

Functions

int main (int argc, char *argv[])
 
void testNOfWhichRpt (unsigned expWhich, gnsstk::TestUtil &testFramework, unsigned argc, char *argv[])
 

Macro Definition Documentation

◆ COPANOERR

#define COPANOERR (   COP)
Value:
{ \
std::ostringstream oss; \
oss << "CommandOptionParser has errors:" << endl; \
COP.dumpErrors(oss); \
testFramework.assert(!COP.hasErrors(), oss.str(), __LINE__); \
}

Definition at line 50 of file CommandOptionParser_T.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Run the program.

Returns
Total error count for all tests

Definition at line 2055 of file CommandOptionParser_T.cpp.

◆ testNOfWhichRpt()

void testNOfWhichRpt ( unsigned  expWhich,
gnsstk::TestUtil testFramework,
unsigned  argc,
char *  argv[] 
)

Definition at line 1980 of file CommandOptionParser_T.cpp.



gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:42