Private Member Functions | |
| virtual void | run (Arg arg) |
| void | testLine (const string cmdline) |
| void | testStandardCmdlineformat () |
Definition at line 47 of file cmdlinewrappertest.cpp.
| void util::test::CmdlineWrapper_test::testStandardCmdlineformat | ( | ) | [inline, private] |
Definition at line 86 of file cmdlinewrappertest.cpp.
00087 { 00088 char* fakeArg[3] = {"CMD", "one ", "two"}; 00089 Cmdline theCmdline(3, fakeArg); 00090 cout << "Standard Cmdlineformat:" << theCmdline << "\n"; 00091 }
1.5.5