Files Classes Functions Hierarchy
#include <htmltest.h>
Static Public Member Functions | |
| static int | test01 (int argc, char **argv) |
Static Public Attributes | |
| static string | doc [] |
| Brief description of each test. | |
Definition at line 9 of file htmltest.h.
| int htmltest::test01 | ( | int | argc, | |
| char ** | argv | |||
| ) | [static] |
Definition at line 13 of file htmltest.cpp.
References html::insert().
Referenced by main().
00016 { 00017 commandline cmd(argc,argv); 00018 return html::insert(cmd); 00019 }
string htmltest::doc [static] |
Initial value:
{
"",
"",
"",
""
}
Definition at line 14 of file htmltest.h.
1.5.8